ArcGIS API for Silverlight - Library Reference
IsUpdateAllowed Method
See Also  Send comments on this topic
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

See Also

© ESRI, Inc. All Rights Reserved.