Click or drag to resize

JcdiDestroyDocument Method

Executes the destruction of the document accordig to the local regulations

Namespace:  Enerj.CDI.WebService.V4
Assembly:  Enerj.CDI.WebService.V4 (in Enerj.CDI.WebService.V4.dll) Version: 4.13.0.0 (4.13.0.0)
Syntax
C#
public Task<DestroyResult> DestroyDocument(
	string digitalSafeUuid,
	string uuid
)

Parameters

digitalSafeUuid
Type: SystemString
Digital safe identifier (UUID)
uuid
Type: SystemString

[Missing <param name="uuid"/> documentation for "M:Enerj.CDI.WebService.V4.Jcdi.DestroyDocument(System.String,System.String)"]

Return Value

Type: TaskDestroyResult
Result of the command

Implements

IJcdiDestroyDocument(String, String)
See Also