
Static Public Member Functions | |
| static void | Create (Collection collection, int status) |
| Creates a iFolder level Disable Sync policy. | |
| static void | Set (Collection collection, int status) |
| Sets the Disable sync policy associated with the specified collection. | |
| static int | GetStatus (Collection collection) |
| Gets the status of Disable sync associated with the specified collection. | |
Static Public Attributes | |
| static readonly string | DisableSyncPolicyID = "afd14cb3-f174-40db-a474-14a0c3275f3h" |
| Well known name for the Disable Sync policy. | |
| static readonly string | DisableSyncShortDescription = "Sync Policy Setting" |
| Well known name for the Disable Sync policy description. | |
| static void Simias::Policy::DisableSync::Create | ( | Collection | collection, | |
| int | status | |||
| ) | [inline, static] |
Creates a iFolder level Disable Sync policy.
| collection | collection that the interval will be associated with. | |
| status | value of the Disable Sync |
| static void Simias::Policy::DisableSync::Set | ( | Collection | collection, | |
| int | status | |||
| ) | [inline, static] |
Sets the Disable sync policy associated with the specified collection.
| collection | collection that the Disable sync policy is associated with. | |
| status | enum value to denote the Disable sync |
| static int Simias::Policy::DisableSync::GetStatus | ( | Collection | collection | ) | [inline, static] |
Gets the status of Disable sync associated with the specified collection.
| collection | collection for which policy is sought |
readonly string Simias::Policy::DisableSync::DisableSyncPolicyID = "afd14cb3-f174-40db-a474-14a0c3275f3h" [static] |
Well known name for the Disable Sync policy.
readonly string Simias::Policy::DisableSync::DisableSyncShortDescription = "Sync Policy Setting" [static] |
Well known name for the Disable Sync policy description.
1.5.6