SPSite.ShareByEmailEnabled property
True 表示該使用者將能夠授與權限,能為遊客網站集合內的資源時的 ShareByEmailEnabled
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ShareByEmailEnabled As Boolean
Get
Set
'用途
Dim instance As SPSite
Dim value As Boolean
value = instance.ShareByEmailEnabled
instance.ShareByEmailEnabled = value
public bool ShareByEmailEnabled { get; set; }
Property value
Type: System.Boolean