Click or drag to resize
DocumentTypeScopeClassInfoProviderGetScopeClassInfo Method (Int32, Int32)
Returns the DocumentTypeScopeClassInfo structure for the specified scope and class.

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

Parameters

scopeId
Type: SystemInt32
Scope identifier
classId
Type: SystemInt32
Class identifier

Return Value

Type: DocumentTypeScopeClassInfo
See Also