ArcGIS Runtime SDK for WPF - Library Reference
IsDeleteAllowed Method
See Also 
ESRI.ArcGIS.Client Namespace > FeatureLayer Class : IsDeleteAllowed Method

graphic
The graphic.
Determines whether the specified graphic can be deleted by taking into account the ownership-based access control.

Syntax

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

Parameters

graphic
The graphic.

Return Value

true if the specified graphic can be deleted; otherwise, false.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.