DocumentSharingLocationCanModifyPermissions - свойство
Gets a flag indicating whether the user can modify
permissions for documents at the location.
Пространство имён: Tessa.Exchange.WebServices.AutodiscoverСборка: Tessa.Server (в Tessa.Server.dll) Версия: 3.6.0.22
public bool CanModifyPermissions { get; }
Public ReadOnly Property CanModifyPermissions As Boolean
Get
public:
property bool CanModifyPermissions {
bool get ();
}
member CanModifyPermissions : bool with get
Значение свойства
Boolean
This will be true for the user's "My Site," for example. However,
documents at team and project sites will typically be ACLed by the
site owner, so the user will not be able to modify permissions.
This will most likely by false even if the caller is the owner,
to avoid surprises. They should go to SharePoint to modify
permissions for team and project sites.