ArcGIS API for Silverlight - Library Reference
IsDeleteAttachmentAllowed Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > FeatureLayer Class : IsDeleteAttachmentAllowed Method

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

Syntax

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

Parameters

graphic
The graphic.

Return Value

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

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.