CatalogItem.Path 属性

定义

获取项的完整路径名。

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

属性值

一个包含项的完整路径名的String

注解

可以使用 方法修改 PathMoveItem 的 属性。 尝试使用 方法修改 Path 属性会导致引发异常并出现错误代码 rsReadOnlyPropertySetProperties

SharePoint 库中任何项的路径的最大字符长度为 260。

适用于