Public Member Functions | |
| iFolderPolicy () | |
| Constructor. | |
Static Public Member Functions | |
| static bool | IsLocked (Collection collection) |
| Is the iFolder Locked? | |
| static iFolderPolicy | GetPolicy (string ifolderID, string accessID) |
| Get the iFolder Policy. | |
| static void | SetPolicy (iFolderPolicy props, string accessID) |
| Set the iFolder Policy. | |
Public Attributes | |
| string | iFolderID |
| The iFolder ID. | |
| bool | Locked |
| Is the iFolder Locked? | |
| long | SpaceLimit |
| The iFolder Disk Space Limit. | |
| long | SpaceLimitEffective |
| The effective iFolder Disk Space Limit. | |
| long | SpaceUsed |
| The Amount of Disk Space Used by the iFolder. | |
| long | SpaceAvailable |
| The Amount of Disk Space Available to the iFolder. | |
| int | SyncInterval |
| The iFolder Sync Interval. | |
| int | SyncIntervalEffective |
| The effective ifolder sync interval. | |
| int | SharingStatus |
| The value to store sharing policy value for an iFolder. | |
| string[] | FileTypesIncludes |
| The File Types to Be Included. | |
| string[] | FileTypesIncludesEffective |
| The effective file type to be included. | |
| string[] | FileTypesExcludes |
| The File Types to Be Excluded. | |
| string[] | FileTypesExcludesEffective |
| The effective file types to be excluded. | |
| long | FileSizeLimit |
| The Maximum File Size Limit. | |
| long | FileSizeLimitEffective |
| The effective maximum file size limit. | |
| iFolder::WebService::iFolderPolicy::iFolderPolicy | ( | ) | [inline] |
Constructor.
| static bool iFolder::WebService::iFolderPolicy::IsLocked | ( | Collection | collection | ) | [inline, static] |
| static iFolderPolicy iFolder::WebService::iFolderPolicy::GetPolicy | ( | string | ifolderID, | |
| string | accessID | |||
| ) | [inline, static] |
Get the iFolder Policy.
| ifolderID | The iFolder ID | |
| accessID | The Access User ID |
| static void iFolder::WebService::iFolderPolicy::SetPolicy | ( | iFolderPolicy | props, | |
| string | accessID | |||
| ) | [inline, static] |
The iFolder ID.
Is the iFolder Locked?
The iFolder Disk Space Limit.
The effective iFolder Disk Space Limit.
The Amount of Disk Space Used by the iFolder.
The Amount of Disk Space Available to the iFolder.
The iFolder Sync Interval.
The effective ifolder sync interval.
The value to store sharing policy value for an iFolder.
The File Types to Be Included.
The effective file type to be included.
The File Types to Be Excluded.
The effective file types to be excluded.
The Maximum File Size Limit.
The effective maximum file size limit.
1.5.6