Click or drag to resize
DocumentTypeScopeClassInfo Constructor (Int32, Int32)
Constructor.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public DocumentTypeScopeClassInfo(
	int scopeId,
	int classId
)

Parameters

scopeId
Type: SystemInt32
Document type scope identifier
classId
Type: SystemInt32
Document type class identifier
See Also