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입니다.

설명

메서드를 Path 사용하여 항목의 속성을 수정할 MoveItem 수 있습니다. 메서드를 사용하여 SetProperties 속성을 수정 Path 하려고 하면 오류 코드rsReadOnlyProperty와 함께 예외가 throw됩니다.

SharePoint 라이브러리에 있는 항목의 경로의 최대 문자 길이는 260입니다.

적용 대상