ArcObjects Library Reference (GISClient)  

IAGOServerObjectAdmin.PutSharingOptions Method

The sharing options.

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

[C++]
HRESULT PutSharingOptions(
  BSTR Name,
  BSTR Type,
  IAGOSharingOptions* pSharingOpts
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR Type [in]   Type is a parameter of type BSTR pSharingOpts [in]

  pSharingOpts is a parameter of type IAGOSharingOptions

Product Availability

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

See Also

IAGOServerObjectAdmin Interface