FolderInfo

FolderInfo constructor

Initializes a new instance of the FolderInfo class.

public FolderInfo(string serverId, string parentId, string displayName, FolderTypes type)
Parameter Type Description
serverId String Specifies the server ID of of the folder on the server
parentId String Specifies the server ID of the parent folder of the folder on the server
displayName String Specifies the user-friendly name of the folder.
type FolderTypes Specifies the type of the folder.

See Also