[This is preliminary documentation and is subject to change.]

The FolderInfo type exposes the following properties.

Properties

  NameDescription
Public propertyAppId
The application identifier of the application that cteated the folder.
Public propertyCreatedByUserId
The identifier of the user who created the folder.
Public propertyCreatedByUserName
The name of the user who created the folder.
Public propertyCreatedDate
The date on which the folder is created.
Public propertyFolderId
The system generated unique identifier for the folder.
Public propertyFolderName
The name of the folder.
Public propertyFolderPath
The full path of the folder.
Public propertyFolderType
The type of the folder. Possible values are "G" - for group folder, "P" for private folder and "A" for folder created by application.
Public propertyGroupId
The identifier of the group where the folder belongs.
Public propertyLevel
The Level of the folder.
Public propertyModifiedByUserId
The unique id of the user who last modified the document.
Public propertyModifiedByUserName
The unique name of the user who last modified the document.
Public propertyModifiedDate
The last modified date of the document.
Public propertyParentId
The application identifier of the application that cteated the folder.
Public propertyVirtualPath
The name of the virtual Path

See Also