Click or drag to resize
DocumentClassNameRetrieverRetrieve Method
Gets the class name from the given data container.

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

Return Value

Type: String
Exceptions
ExceptionCondition
DocumentTypeNotExistsExceptionThrown when class name is required and not found in any source column of the container data.
Remarks
Retrieves class name by probing these source columns in the container with priority given by the list order: ClassName, NodeClassID, SOURCE_TYPE.
See Also