Click or drag to resize
DocumentColumnLists Class
Provides the lists of document columns (versioned, system, etc.)
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineDocumentColumnLists

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
public class DocumentColumnLists

The DocumentColumnLists type exposes the following members.

Constructors
  NameDescription
Public methodDocumentColumnLists
Top
Fields
  NameDescription
Public fieldStatic memberCANBEPUBLISHED_REQUIRED_COLUMNS
List of columns which must be present in order to evaluate if the document can be published
Public fieldStatic memberGETDOCUMENTS_REQUIRED_COLUMNS
Columns required for the get documents operation to perform successfully in any case.
Public fieldStatic memberGETPUBLISHED_REQUIRED_COLUMNS
Columns required for getting the published information
Public fieldStatic memberSECURITYCHECK_REQUIRED_COLUMNS
Columns required for the security check operation to perform successfully in any case.
Public fieldStatic memberSELECTNODES_REQUIRED_COLUMNS
Columns required for the select nodes operation to perform successfully in any case.
Public fieldStatic memberSELECTTREE_REQUIRED_COLUMNS
Columns required for the select tree operation to perform successfully in any case.
Top
See Also