CatalogItem.Path Property

Definition

Gets the full path name of an item.

public:
 property System::String ^ Path { System::String ^ get(); void set(System::String ^ value); };
public string Path { get; set; }
member this.Path : string with get, set
Public Property Path As String

Property Value

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

Remarks

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.

Applies to