Click or drag to resize
RelationshipInfoProviderSetInfo 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(
	RelationshipInfo info
)

Parameters

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