Click or drag to resize
DocumentCategoryInfoProviderSetInfo Method
Inserts or Updates the object to the database.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected override void SetInfo(
	DocumentCategoryInfo info
)

Parameters

info
Type: CMS.DocumentEngineDocumentCategoryInfo
Object to insert / update
See Also