This document is archived and information here might be outdated.  Recommended version.


IServerConfigurationStorage.PutACL Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Server > ESRI.ArcGIS.Server > Interfaces > IS > IServerConfigurationStorage Interface > IServerConfigurationStorage.PutACL Method
ArcGIS Developer Help

IServerConfigurationStorage.PutACL Method

[Visual Basic .NET]
Public Sub PutACL ( _
    ByVal ResourceID As String, _
    ByVal Val As String _
)
[C#]
public void PutACL (
    string ResourceID,
    string Val
);
[C++]
HRESULT PutACL(
  BSTR ResourceID,
  BSTR Val
);
[C++]
Parameters
ResourceID [in]

ResourceID is a parameter of type BSTR Val [in]
Val is a parameter of type BSTR

Product Availability

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

See Also

IServerConfigurationStorage Interface