Click or drag to resize
DocumentTypeScopeClassInfoProviderGet Method (Int32, Int32)
Gets an instance of the DocumentTypeScopeClassInfo binding structure.

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

Parameters

scopeId
Type: SystemInt32
Page type scope ID.
classId
Type: SystemInt32
Page type ID.

Return Value

Type: DocumentTypeScopeClassInfo
Returns an instance of DocumentTypeScopeClassInfo corresponding to given identifiers or null.

Implements

IDocumentTypeScopeClassInfoProviderGet(Int32, Int32)
See Also