Share via


UserDocsWebPart.HideFileTypes property

Gets or sets the value that indicates whether the file type is hidden.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

UserDocsWebPart class

UserDocsWebPart members

Microsoft.SharePoint.WebPartPages namespace