Click or drag to resize
DocumentTypeScopeInfoProviderDeleteScopeInfo Method (Int32)
Deletes document type scope with specified ID.

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

Parameters

scopeId
Type: SystemInt32
Document type scope ID.
See Also