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)
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.

See Also

Reference

UserDocsWebPart Class

UserDocsWebPart Members

Microsoft.SharePoint.WebPartPages Namespace