
Static Public Member Functions | |
| static void | Create (string domainID, int status) |
| Creates a system wide Disable Sharing policy. | |
| static void | Create (Member member, int status) |
| Creates a User level Disable Sharing policy. | |
| static void | Create (Collection collection, int status) |
| Creates a iFolder level Disable Sharing policy. | |
| static void | Delete (string domainID) |
| Deletes a system wide Disable Sharing policy. | |
| static void | Set (string domainID, int status) |
| Sets the Disable sharing policy associated with the specified domain. | |
| static void | Set (Member member, int status) |
| Sets the Disable sharing policy associated with the specified member. | |
| static void | Set (Collection collection, int status) |
| Sets the Disable sharing policy associated with the specified collection. | |
| static int | GetStatus (string domainID) |
| Gets the status of Disable sharing associated with the specified domain. | |
| static int | GetStatus (Member member) |
| Gets the status of Disable sharing associated with the specified member. | |
| static int | GetStatus (Collection collection) |
| Gets the status of Disable sharing associated with the specified collection. | |
Static Public Attributes | |
| static readonly string | DisableSharingPolicyID = "bxd14cb3-f393-40db-a943-14a0c3275f2y" |
| Well known name for the Disable Sharing policy. | |
| static readonly string | DisableSharingShortDescription = "Security Policy Setting" |
| Well known name for the Disable Sharing policy description. | |
Properties | |
| int | Status [get] |
| Gets the sync interval in seconds. If the policy is aggregated, the largest sync interval will be returned. | |
| static void Simias::Policy::DisableSharing::Create | ( | string | domainID, | |
| int | status | |||
| ) | [inline, static] |
Creates a system wide Disable Sharing policy.
| domainID | Domain that the interval will be associated with. | |
| status | value of the disable sharing enumerator |
| static void Simias::Policy::DisableSharing::Create | ( | Member | member, | |
| int | status | |||
| ) | [inline, static] |
| static void Simias::Policy::DisableSharing::Create | ( | Collection | collection, | |
| int | status | |||
| ) | [inline, static] |
| static void Simias::Policy::DisableSharing::Delete | ( | string | domainID | ) | [inline, static] |
Deletes a system wide Disable Sharing policy.
| domainID | Domain that the policy will be associated with. |
| static void Simias::Policy::DisableSharing::Set | ( | string | domainID, | |
| int | status | |||
| ) | [inline, static] |
Sets the Disable sharing policy associated with the specified domain.
| domainID | Domain that the Disable sharing policy is associated with. | |
| status | enum value to denote the Disable sharing |
| static void Simias::Policy::DisableSharing::Set | ( | Member | member, | |
| int | status | |||
| ) | [inline, static] |
Sets the Disable sharing policy associated with the specified member.
| member | member that the Disable sharing policy is associated with. | |
| status | enum value to denote the Disable sharing |
| static void Simias::Policy::DisableSharing::Set | ( | Collection | collection, | |
| int | status | |||
| ) | [inline, static] |
Sets the Disable sharing policy associated with the specified collection.
| collection | collection that the Disable sharing policy is associated with. | |
| status | enum value to denote the Disable sharing |
| static int Simias::Policy::DisableSharing::GetStatus | ( | string | domainID | ) | [inline, static] |
Gets the status of Disable sharing associated with the specified domain.
| domainID | Domain that the interval is associated with. |
| static int Simias::Policy::DisableSharing::GetStatus | ( | Member | member | ) | [inline, static] |
Gets the status of Disable sharing associated with the specified member.
| member | member for whom policy is sought |
| static int Simias::Policy::DisableSharing::GetStatus | ( | Collection | collection | ) | [inline, static] |
Gets the status of Disable sharing associated with the specified collection.
| collection | collection for which policy is sought |
readonly string Simias::Policy::DisableSharing::DisableSharingPolicyID = "bxd14cb3-f393-40db-a943-14a0c3275f2y" [static] |
Well known name for the Disable Sharing policy.
readonly string Simias::Policy::DisableSharing::DisableSharingShortDescription = "Security Policy Setting" [static] |
Well known name for the Disable Sharing policy description.
1.5.6