Click or drag to resize
DocumentNodeDataInfoProviderDeleteInfo Method
Deletes the object to the database.

Namespace: CMS.DocumentEngine.Internal
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax
C#
protected override void DeleteInfo(
	DocumentNodeDataInfo info
)

Parameters

info
Type: CMS.DocumentEngine.InternalDocumentNodeDataInfo
Object to delete
See Also