This topic has not yet been rated - Rate this topic

CatalogItem.Path Property

Gets the full path name of an item.

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)
public string Path { get; set; }

Property Value

Type: System.String
A String that contains the full path name of an item.

You can modify the Path property of an item by using the MoveItem method. Attempting to modify the Path property using the SetProperties method causes an exception to be thrown with error code rsReadOnlyProperty.

The path of any item in the SharePoint library has a maximum character length of 260.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.