SyncResourceKind Constants Reference

Declared in OMCSyncGlobals.h

SyncResourceKind

An enumeration of the different resource types.

Default is file (ResourceKindFile).

Definition

typedef NS_ENUM(int, SyncResourceKind ) {
   ResourceKindFile = 0,
   ResourceKindObject = 1,
   ResourceKindCollection = 2,
   ResourceKindUnknown = -1,
};

Constants

ResourceKindFile

Denotes a file resource.

Declared In OMCSyncGlobals.h.

ResourceKindObject

Denotes an object resource.

Declared In OMCSyncGlobals.h.

ResourceKindCollection

Denotes a collection resource.

Declared In OMCSyncGlobals.h.

ResourceKindUnknown

Denotes an unknown type.

Declared In OMCSyncGlobals.h.

Declared In

OMCSyncGlobals.h