[This is preliminary documentation and is subject to change.]
Removes an attachment from the specified Annotation id.
Namespace:
CWR.MSCRM.Mobile.Client.BLAssembly: CWR.MSCRM.Mobile.Client.BL (in CWR.MSCRM.Mobile.Client.BL.dll)
Version: 4.0.0.7
Syntax
| C# |
|---|
public static void RemoveAttachment( Guid annotationId, string fileName ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub RemoveAttachment ( _ annotationId As Guid, _ fileName As String _ ) |
Parameters
- annotationId
- Type: System..::.Guid
The annotation id.
- fileName
- Type: System..::.String
Name of the attachment.
