CatalogItem.Path Propriété

Définition

Obtient le chemin d'accès complet d'un élément.

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

Valeur de propriété

String qui contient le nom de chemin d'accès complet d'un élément.

Remarques

Vous pouvez modifier la Path propriété d’un élément à l’aide de la MoveItem méthode . La tentative de modification de la propriété à l’aide Path de la méthode entraîne la SetProperties levée d’une exception avec le code rsReadOnlyPropertyd’erreur .

Le chemin d’accès d’un élément de la bibliothèque SharePoint a une longueur de caractères maximale de 260.

S’applique à