All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
Folder Class Reference

Folder class. More...

Public Member Functions

 Folder ()
 Initializes a new instance of the Folder class. More...
 

Properties

DateTime CreatedAt [get, set]
 Gets or sets the moment of folder creation. More...
 
DocumentCollection Documents [get, set]
 Gets or sets the documents. More...
 
FolderCollection Folders [get, set]
 Gets or sets the folders. More...
 
FolderTypeIdentity FolderType [get, set]
 Gets or sets the type. More...
 
DateTime LastAccessedAt [get, set]
 Gets or sets last accessed date. More...
 
int Level [get, set]
 Gets or sets the level. More...
 
int NumberOfDocuments [get, set]
 Gets or sets the number of documents contained in this particular folder (excluding subfolders). More...
 

Description

Folder class.

Constructor & Destructor Documentation

Folder ( )

Initializes a new instance of the Folder class.

Property Documentation

DateTime CreatedAt
getset

Gets or sets the moment of folder creation.

DocumentCollection Documents
getset

Gets or sets the documents.

FolderCollection Folders
getset

Gets or sets the folders.

FolderTypeIdentity FolderType
getset

Gets or sets the type.

DateTime LastAccessedAt
getset

Gets or sets last accessed date.

int Level
getset

Gets or sets the level.

int NumberOfDocuments
getset

Gets or sets the number of documents contained in this particular folder (excluding subfolders).