Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the value that indicates whether the file type is hidden.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BrowsableAttribute(False)> _
<WebPartStorageAttribute(Storage.None)> _
Public Property HideFileTypes As String
Get
Set
'Usage
Dim instance As UserDocsWebPart
Dim value As String
value = instance.HideFileTypes
instance.HideFileTypes = value
[BrowsableAttribute(false)]
[WebPartStorageAttribute(Storage.None)]
public string HideFileTypes { get; set; }
Property Value
Type: System.String
true if the file type is hidden; otherwise, false.