ArcObjects Library Reference (GISClient)  

IAGOServerObjectAdmin.GetSharingOptions Method

The sharing options.

ERROR: Syntax information about IAGOServerObjectAdmin.GetSharingOptions may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.GISClient.dll

[C++]
HRESULT GetSharingOptions(
  BSTR Name,
  BSTR Type,
  IAGOSharingOptions** ppSharingOpts
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Type [in]   Type is a parameter of type BSTR ppSharingOpts [out, retval]

  ppSharingOpts is a parameter of type IAGOSharingOptions

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGOServerObjectAdmin Interface