Application.DeleteAttachments Method¶
Deletes the attachments by the specified hashes.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public void DeleteAttachments(
List<byte[]> hash
)
VB¶
Public Sub DeleteAttachments (
hash As List(Of Byte())
)
Parameters¶
- hash
- Type: System.Collections.Generic.List(Byte[])
The hash.