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

callback
The callback executed when the result is available.
Gets the item sharing info. This is accessible only to the owning user or to the administrator of the organization if the user is a member of one.

Syntax

Visual Basic (Declaration) 
Public Sub GetSharingInfoAsync( _
   ByVal callback As Action(Of ArcGISPortalSharingInfo,Exception) _
) 
C# 
public void GetSharingInfoAsync( 
   Action<ArcGISPortalSharingInfo,Exception> callback
)

Parameters

callback
The callback executed when the result is available.

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.