UserDocsWebPart.QueryCheckedOutBy Property

Gets or sets a value that controls whether the web part will retrieve documents that are checked out by the user.

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

Syntax

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

value = instance.QueryCheckedOutBy

instance.QueryCheckedOutBy = value
[ResourcesAttribute("QueryCheckedOutByName", "Data", "QueryCheckedOutByDesc")]
[WebPartStorageAttribute(Storage.Shared)]
public bool QueryCheckedOutBy { get; set; }

Property Value

Type: System.Boolean
true if the web part will retrieve documents that are checked out by the user; otherwise, false.

See Also

Reference

UserDocsWebPart Class

UserDocsWebPart Members

Microsoft.SharePoint.WebPartPages Namespace