Click or drag to resize
IconType Enumeration
Document con type enumeration

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
[FlagsAttribute]
public enum IconType
Members
  Member nameValueDescription
Linked1 Linked document
NotTranslated2 Not translated document
Redirected4 Redirected document
Archived8 Archived document
Published16 Published document
NotPublished32 Not published document
CheckedOut64 Checked out document
VersionNotPublished128 Document version not published
See Also