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

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

Syntax

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

Parameters

graphic
The graphic.

Return Value

true if the specified graphic can be updated; 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.