Click or drag to resize
DocumentTypeScopeClassInfoProviderRemoveClassFromScope Method
Removes document type from scope.

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

Parameters

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