[This is preliminary documentation and is subject to change.]

Downloads an attachment from the specified Annotation id.

Namespace:  CWR.MSCRM.Mobile.Client.BL
Assembly:  CWR.MSCRM.Mobile.Client.BL (in CWR.MSCRM.Mobile.Client.BL.dll)
Version: 4.0.0.7

Syntax

C#
public bool DownloadAttachment(
	Guid annotationId
)
Visual Basic (Declaration)
Public Function DownloadAttachment ( _
	annotationId As Guid _
) As Boolean

Parameters

annotationId
Type: System..::.Guid
The annotation id.

Return Value

[Missing <returns> documentation for M:CWR.MSCRM.Mobile.Client.BL.AnnotationManager.DownloadAttachment(System.Guid)]

See Also