ArcObjects Library Reference (Display)  

IStyleGalleryStorageAdmin.AddFileReadOnly Method

Adds a file to the Style Gallery with read-only access.

[Visual Basic .NET]
Public Sub AddFileReadOnly ( _
    ByVal Name As String _
)
[C#]
public void AddFileReadOnly (
    string Name
);
[C++]
HRESULT AddFileReadOnly(
  BSTR Name
);
[C++]

Parameters

Name [in]   Name is a parameter of type BSTR

Product Availability

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

See Also

IStyleGalleryStorageAdmin Interface