EptMetaFieldName Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Specifies the names of the Content Studio meta data fields. This class was added in Content Studio 5.6.
Inheritance Hierarchy

SystemObject
  ContentStudio.Document.EPTEptMetaFieldName

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static class EptMetaFieldName

The EptMetaFieldName type exposes the following members.

Properties

  NameDescription
Public propertyStatic memberAllNames
Gets the field names.
Top
Fields

  NameDescription
Public fieldStatic memberApprovedDate
The name of the ApprovedDate meta data field. Value is "CS_ApprovedDate".
Public fieldStatic memberArchiveDate
The name of the ArchiveDate meta data field. Value is "CS_ArchiveDate".
Public fieldStatic memberBaseNodeName
Defines the name of the base element in the Content Studio EPT Xml. This node is the direct child of the base node and contains all the field elements. Value is "CSRecord".
Public fieldStatic memberCategoryId
The name of the CategoryId meta data field. Value is "CS_CategoryID".
Public fieldStatic memberCharcode
The name of the CharCode meta data field. Value is "CS_CharCode".
Public fieldStatic memberCharset
The name of the Charset meta data field. Value is "CS_Charset".
Public fieldStatic memberConnectionId
The name of the ConnectionId meta data field. Value is "CS_ConnectionID".
Public fieldStatic memberCreatedBy
The name of the CreatedBy meta data field. Value is "CS_CreatedBy".
Public fieldStatic memberCreatedBySID
The name of the CreatedBySID meta data field. Value is "CS_CreatedBySID".
Public fieldStatic memberCreatedDate
The name of the CreatedDate meta data field. Value is "CS_CreatedDate".
Public fieldStatic memberDocumentId
The name of the DocumentId meta data field. Value is "CS_Document_ID".
Public fieldStatic memberDocumentNumber
The name of the DocumentNumber meta data field. Value is "CS_DocumentNR".
Public fieldStatic memberDocumentOrder
The name of the DocumentOrder meta data field. Value is "CS_DocumentOrder".
Public fieldStatic memberDocumentTitle
The name of the DocumentTitle meta data field. Value is "CS_Document_Title".
Public fieldStatic memberEptVersion
The name of the EptVersion meta data field. Value is "CS_EPT_Version".
Public fieldStatic memberFileName
The name of the FileName meta data field. Value is "CS_FileName".
Public fieldStatic memberGuoid
The name of the Guoid meta data field. Value is "CS_Guoid".
Public fieldStatic memberMLCLanguageCode
The name of the MLCLanguageCode meta data field. Value is "CS_MLC_LanguageCode".
Public fieldStatic memberMLCMasterDocumentId
The name of the MLCMasterDocumentId meta data field. Value is "CS_MLC_MasterDocumentID".
Public fieldStatic memberModifiedBy
The name of the ModifiedBy meta data field. Value is "CS_ModifiedBy".
Public fieldStatic memberModifiedBySID
The name of the ModifiedBySID meta data field. Value is "CS_ModifiedBySID".
Public fieldStatic memberModifiedDate
The name of the ModifiedDate meta data field. Value is "CS_CreatedDate".
Public fieldStatic memberParentDocumentId
The name of the ParentDocumentId meta data field. Value is "CS_ParentDocument_ID".
Public fieldStatic memberPrefix
The prefix that all Content Studio meta data fields begins with. Value is "CS_".
Public fieldStatic memberPublishDate
The name of the PublishDate meta data field. Value is "CS_PublishDate".
Public fieldStatic memberRootNodeName
Defines the name of the root element in the Content Studio EPT Xml. Value is "CSEPT".
Public fieldStatic memberUnitId
The name of the UnitId meta data field. Value is "CS_UnitID".
Public fieldStatic memberVersion
The name of the Version meta data field. Value is "CS_Revision".
Public fieldStatic memberVirtualPath
The name of the VirtualPath meta data field. Value is "CS_VirtualPath".
Public fieldStatic memberWorkflowPrefix
The prefix that all Content Studio workflow meta data fields begins with. Value is "WF_".
Top
See Also

Reference