Click or drag to resize
DocumentTypeScopeClassInfoProviderGetScopeClassInfoInternal Method

Note: This API is now obsolete.

Returns the DocumentTypeScopeClassInfo structure for the specified scope and class.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual DocumentTypeScopeClassInfo GetScopeClassInfoInternal(
	int scopeId,
	int classId
)

Parameters

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

Return Value

Type: DocumentTypeScopeClassInfo
See Also