ArcObjects Library Reference (Server)  

IServerObjectManager2.FolderInfo Property

Properties associated with a server configuration folder.

[Visual Basic .NET]
Public Function get_FolderInfo ( _
    ByVal folderName As String _
) As IPropertySet
[C#]
public IPropertySet get_FolderInfo (
    string folderName
);
[C++]
HRESULT get_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

Product Availability

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

See Also

IServerObjectManager2 Interface