AsynchronousWebPartService.GetNewDocumentsByUser Method

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.SharePoint.Portal.Internal
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetNewDocumentsByUser ( _
    preferredName As String, _
    maxNumToDisplay As Integer _
) As AsynchronousWebPartService.DocumentInfo()
'Usage
Dim instance As AsynchronousWebPartService
Dim preferredName As String
Dim maxNumToDisplay As Integer
Dim returnValue As AsynchronousWebPartService.DocumentInfo()

returnValue = instance.GetNewDocumentsByUser(preferredName, _
    maxNumToDisplay)
[WebMethodAttribute]
public AsynchronousWebPartService.DocumentInfo[] GetNewDocumentsByUser(
    string preferredName,
    int maxNumToDisplay
)

Parameters

Return Value

Type: []
Returns AsynchronousWebPartService.DocumentInfo.

See Also

Reference

AsynchronousWebPartService Class

AsynchronousWebPartService Members

Microsoft.SharePoint.Portal.Internal Namespace