Click or drag to resize
DocumentHelperDeleteDocument Method (DeleteDocumentSettings)
Deletes document according to supplied settings.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool DeleteDocument(
	DeleteDocumentSettings settings
)

Parameters

settings
Type: CMS.DocumentEngineDeleteDocumentSettings
Document deletion settings

Return Value

Type: Boolean
Returns true if last culture (Tree record) has been deleted.
See Also