ReportingService2006.GetItemType(String) 메서드

정의

항목이 있는 경우 SharePoint 라이브러리에서 항목의 유형을 검색합니다.

public:
 ReportService2006::ItemTypeEnum GetItemType(System::String ^ Item);
public ReportService2006.ItemTypeEnum GetItemType (string Item);
member this.GetItemType : string -> ReportService2006.ItemTypeEnum
Public Function GetItemType (Item As String) As ItemTypeEnum

매개 변수

Item
String

파일 이름과 확장명을 포함하는 항목의 정규화된 URL입니다.

반환

ItemTypeEnum 값입니다.

설명

다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.

SOAP 헤더 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
필요한 권한 <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems>

메서드를 GetItemType 사용하여 SharePoint 라이브러리의 항목 유형을 확인합니다.

적용 대상