Click or drag to resize
DocumentTypeHelper Class
Helper methods for document types
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngineDocumentTypeHelper

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

The DocumentTypeHelper type exposes the following members.

Constructors
  NameDescription
Public methodDocumentTypeHelper
Top
Methods
  NameDescription
Public methodStatic memberGetClassNames(IWhereCondition)
Gets the class names of documents based on the given where condition
Public methodStatic memberGetClassNames(String, String)
Resolves the document type classes, if the input value is constant TreeProvider.ALL_CLASSES, returns all class names used on any site, otherwise resolves * as a wildcard in class name to get all matching. Supports the list of classes separated by semicolon.
Public methodStatic memberGetDocumentTypeClasses
Returns the document type classes DataSet.
Public methodStatic memberRemoveColumnsFromPageType
Removes fields from page type.
Public methodStatic memberSynchronizeSiteBindingsWithResource
Synchronizes site bindings with the given class.
Top
See Also