Click or drag to resize
DocumentHelperIsDocumentObjectType Method
Indicates if given object type represents document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsDocumentObjectType(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: Boolean
See Also