UserDocsWebPart.QueryCreatedBy Property

Gets or sets a value that controls whether the web part will retrieve documents that were created by the user.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<ResourcesAttribute("QueryCreatedByName", "Data", "QueryCreatedByDesc")> _
<WebPartStorageAttribute(Storage.Shared)> _
Public Property QueryCreatedBy As Boolean
    Get
    Set
'Usage
Dim instance As UserDocsWebPart
Dim value As Boolean

value = instance.QueryCreatedBy

instance.QueryCreatedBy = value
[ResourcesAttribute("QueryCreatedByName", "Data", "QueryCreatedByDesc")]
[WebPartStorageAttribute(Storage.Shared)]
public bool QueryCreatedBy { get; set; }

Property Value

Type: System.Boolean
true if whether the web part will retrieve documents that were created by the user; otherwise, false.

See Also

Reference

UserDocsWebPart Class

UserDocsWebPart Members

Microsoft.SharePoint.WebPartPages Namespace