AsynchronousWebPartService.GetNewDocumentsByColleagues 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 GetNewDocumentsByColleagues ( _
strColleagePrefName As String(), _
maxNumToDisplay As Integer _
) As AsynchronousWebPartService.DocumentInfo()
'Usage
Dim instance As AsynchronousWebPartService
Dim strColleagePrefName As String()
Dim maxNumToDisplay As Integer
Dim returnValue As AsynchronousWebPartService.DocumentInfo()
returnValue = instance.GetNewDocumentsByColleagues(strColleagePrefName, _
maxNumToDisplay)
[WebMethodAttribute]
public AsynchronousWebPartService.DocumentInfo[] GetNewDocumentsByColleagues(
string[] strColleagePrefName,
int maxNumToDisplay
)
Parameters
- strColleagePrefName
Type: []
- maxNumToDisplay
Type: System.Int32
Return Value
Type: []
Returns AsynchronousWebPartService.DocumentInfo.
See Also
Reference
AsynchronousWebPartService Class