ListFormWebPart.HideIfNoPermissions Property
Gets or sets a value to indicate whether the ListFormWebPart should be hidden if the user does not have rights to perform the related task on the list data.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
[BrowsableAttribute(false)] [WebPartStorageAttribute(Storage.Shared)] public bool HideIfNoPermissions { get; set; }
Property Value
Type: System.Booleantrue if the current user does not have rights for the related list data; otherwise, false.