Click or drag to resize
DocumentTypeScopeClassInfoProviderAddClassToScope Method
Adds document type to scope.

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

Parameters

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