Click or drag to resize
DocumentTypeScopeInfoProviderSetScopeInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified document type scope.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IDocumentTypeScopeInfoProvider.Set(DocumentTypeScopeInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - DocumentTypeScopeInfo.Provider.")]
public static void SetScopeInfo(
	DocumentTypeScopeInfo scopeObj
)

Parameters

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