CatalogItem.Type 속성

정의

항목의 유형을 가져옵니다.

public:
 property ReportService2006::ItemTypeEnum Type { ReportService2006::ItemTypeEnum get(); void set(ReportService2006::ItemTypeEnum value); };
public ReportService2006.ItemTypeEnum Type { get; set; }
member this.Type : ReportService2006.ItemTypeEnum with get, set
Public Property Type As ItemTypeEnum

속성 값

항목의 유형을 지정하는 ItemTypeEnum 값입니다.

설명

다음 표에는 다양한 유형의 항목이 나와 있습니다.

항목 유형 Description
Unknown 알려진 형식과 연결되지 않은 SharePoint 라이브러리의 항목입니다.
Folder SharePoint 라이브러리의 폴더입니다.
Report SharePoint 라이브러리의 보고서입니다.
Resource SharePoint 라이브러리의 리소스입니다.
LinkedReport SharePoint 라이브러리의 연결된 보고서입니다.
Model SharePoint 라이브러리의 모델입니다.
DataSource SharePoint 라이브러리의 데이터 원본입니다.
Site SharePoint 서버의 사이트

적용 대상