This topic has not yet been rated - Rate this topic

DocumentId.FindUrlsById method

Finds the URLs of a document and all of its versions with a specified Id.

Namespace:  Microsoft.Office.DocumentManagement
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
public static string[] FindUrlsById(
	SPSite site,
	string docId
)

Parameters

site
Type: Microsoft.SharePoint.SPSite
ID to search for.
docId
Type: System.String
SPSite object to search on.

Return value

Type: []
Array of strings that represents the URLs of all versions of the document found with the specified DocumentId value.
ExceptionCondition
ArgumentNullException

The SPSite object value is set to null.

An array of strings representing the URLs of all the versions of the document found with the specified Id. null and 0 length arrays mean no results were found.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.