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

Represents the values for search folders. More...

Public Member Functions

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

Properties

DateTime CreatedAtFrom [get, set]
 Gets or sets lower bound for search by CreatedAt property value. More...
 
DateTime CreatedAtTo [get, set]
 Gets or sets upper bound for search by CreatedAt property value. More...
 
FolderTypeIdentity FolderType [get, set]
 Gets or sets condition for search by FolderType property value. More...
 
DateTime LastAccessedAtFrom [get, set]
 Gets or sets lower bound for search by LastAccessedAt property value. More...
 
DateTime LastAccessedAtTo [get, set]
 Gets or sets upper bound for search by LastAccessedAt property value. More...
 
long MaxResults [get, set]
 Gets or sets limit on the quantity of folder in result set. More...
 
bool SearchInRootFoldersOnly [get, set]
 Gets or sets flag for search in root folders. More...
 

Description

Represents the values for search folders.

Constructor & Destructor Documentation

Initializes a new instance of the FolderSearchCriteria class.

Property Documentation

DateTime CreatedAtFrom
getset

Gets or sets lower bound for search by CreatedAt property value.

Result set will contain folders with CreatedAt property value greater or equal to that bound. UTC format is used.

DateTime CreatedAtTo
getset

Gets or sets upper bound for search by CreatedAt property value.

Result set will contain folders with CreatedAt property value less or equal to that bound. UTC format is used.

FolderTypeIdentity FolderType
getset

Gets or sets condition for search by FolderType property value.

Result set will contain root folders with specified FolderType property value: Id, Name, Version. Search by FolderType property applicable for root folders only.

DateTime LastAccessedAtFrom
getset

Gets or sets lower bound for search by LastAccessedAt property value.

Result set will contain folders with LastAccessedAt property value greater or equal to that bound. UTC format is used.

DateTime LastAccessedAtTo
getset

Gets or sets upper bound for search by LastAccessedAt property value.

Result set will contain folders with LastAccessedAt property value less or equal to that bound. UTC format is used.

long MaxResults
getset

Gets or sets limit on the quantity of folder in result set.

If null, result set will contain unlimited quantity of existing folders matching other search criteria.

bool SearchInRootFoldersOnly
getset

Gets or sets flag for search in root folders.

If true, result set will contain root folders only. If other, result set will contain all types of folders.