CatalogItem.Path Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 rsReadOnlyProperty
d’erreur .
Le chemin d’accès d’un élément de la bibliothèque SharePoint a une longueur de caractères maximale de 260.