Click or drag to resize
DocumentTypeScopeClassInfoProviderSetScopeClassInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified document type scope class.

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

Parameters

classObj
Type: CMS.DocumentEngineDocumentTypeScopeClassInfo
Document type scope class to be set.
See Also