LumiSoft Mail Server User API
Item Property (rootFolderID)
Namespaces > LumiSoft.MailServer.API.UserAPI > SharedRootFolderCollection > Item(String)
Gets a SharedRootFolder object in the collection by group ID.
Syntax
C#Visual BasicManaged C++
public SharedRootFolder Item [
	string rootFolderID
] { get; }
Public ReadOnly Property Item ( _
	rootFolderID As String _
) As SharedRootFolder
public:
SharedRootFolder^ Item {
	SharedRootFolder^ get (String^ rootFolderID);
}
Parameters
rootFolderID (String)
A String value that specifies the shared root folder ID of the SharedRootFolder object in the SharedRootFolderCollection collection.
Return Value
A SharedRootFolder object value that represents the shared root folder in virtual server.

Assembly: UserAPI Version: 1.0.0.0 (Module: UserAPI)