ArcObjects Library Reference (Server)  

IServerObjectAdmin2.FolderInfo Property

Properties associated with a server configuration folder.

[Visual Basic .NET]
Public Function get_FolderInfo ( _
    ByVal folderName As String _
) As IPropertySet
[Visual Basic .NET]
Public Sub set_FolderInfo ( _
    ByVal folderName As String, _
    ByVal ppInfo As IPropertySet _
)
[C#]
public IPropertySet get_FolderInfo (
    string folderName
);
[C#]
public void set_FolderInfo (
    string folderName,
    IPropertySet ppInfo
);
[C++]
HRESULT get_FolderInfo(
  BSTR folderName,
  IPropertySet** ppInfo
);
[C++]
HRESULT put_FolderInfo(
  BSTR folderName,
  IPropertySet* ppInfo
);
[C++]

Parameters

folderName [in]   folderName is a parameter of type BSTR ppInfo [out, retval]

  ppInfo is a parameter of type IPropertySet

folderName [in]   folderName is a parameter of type BSTR ppInfo [in]

  ppInfo is a parameter of type IPropertySet

Product Availability

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

See Also

IServerObjectAdmin2 Interface