SPList.EnableModeration-Eigenschaft
Ruft ab oder legt einen Boolean -Wert, der angibt, ob die Inhaltsgenehmigung für die Liste aktiviert ist.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EnableModeration As Boolean
Get
Set
'Usage
Dim instance As SPList
Dim value As Boolean
value = instance.EnableModeration
instance.EnableModeration = value
public bool EnableModeration { get; set; }
Eigenschaftswert
Typ: System.Boolean
true Wenn die Inhaltsgenehmigung aktiviert ist; andernfalls false.