Click or drag to resize
DocumentTypeScopeInfoProviderSetScopeInfoInternal Method
Sets (updates or inserts) specified document type scope.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void SetScopeInfoInternal(
	DocumentTypeScopeInfo scopeObj
)

Parameters

scopeObj
Type: CMS.DocumentEngineDocumentTypeScopeInfo
Document type scope to be set.
See Also