Click or drag to resize
DocumentTypeScopeClassInfoProviderRemove Method
Deletes DocumentTypeScopeClassInfo binding.

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

Parameters

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

Implements

IDocumentTypeScopeClassInfoProviderRemove(Int32, Int32)
See Also