Click or drag to resize
DocumentTypeScopeInfoProviderIsDocumentTypeAllowedInternal Method
Returns true if document type is allowed in given alias path.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual bool IsDocumentTypeAllowedInternal(
	TreeNode node,
	int classId
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Node under which is created a new document
classId
Type: SystemInt32
Created document type identifier

Return Value

Type: Boolean
See Also