Click or drag to resize
ItemTypeEnum Enumeration
Item type enumeration.

Namespace: CMS.WebDAV
Assembly: CMS.WebDAV (in CMS.WebDAV.dll) Version: 9.0.0
Syntax
C#
public enum ItemTypeEnum
Members
  Member nameValueDescription
None0 None.
Root1 Root item.
UnsortedAttachmentFile2 Unsorted attachment.
FieldAttachmentFile3 Document field attachment.
ContentFile4 Content file.
MediaFile5 Media file.
MetaFile6 Meta file.
AttachmentFolder11 Attachment folder.
AttachmentCultureFolder12 Attachment culture specified folder.
AttachmentAliasPathFolder13 Attachment alias path folder.
AttachmentUnsortedFolder14 Attachment unsorted folder.
AttachmentFieldNameFolder15 Attachment field folder.
ContentFolder16 Content folder.
ContentCultureCodeFolder17 Content culture specific folder.
ContentAliasPathFolder18 Content alias path folder.
MediaFolder19 Media folder.
MediaLibraryName20 Media library name.
MetaFileFolder21 Media library folder.
Groups22 Groups.
GroupName23 Group name.
GroupAttachmentFolder24 Group attachment folder.
GroupMediaFolder25 Group media folder.
NotSupported26 Not supported.
NotSupportedGroups27 Not supported group.
NotSupportedMediaLibrary28 Not supported media library.
See Also