Click or drag to resize

DestroyDocumentOpDestroyDocument Method

Destroy Document

Namespace:  Enerj.CDI.WebService.V4.Operations
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

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

uuid
Type: SystemString

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

Return Value

Type: TaskDestroyResult
Destroy Result
Exceptions
ExceptionCondition
NotImplementedException
See Also