ArcGIS Runtime SDK for Windows Phone - Library Reference
IsAddAttachmentAllowed Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > FeatureLayer Class : IsAddAttachmentAllowed Method

graphic
The graphic.
Determines whether add attachment to specified graphic is allowed by taking into account the ownership-based access control.

Syntax

Visual Basic (Declaration) 
Public Function IsAddAttachmentAllowed( _
   ByVal graphic As Graphic _
) As Boolean
C# 
public bool IsAddAttachmentAllowed( 
   Graphic graphic
)

Parameters

graphic
The graphic.

Return Value

true if add attachment to specified graphic is allowed; otherwise, false.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.