ReportingService2006.GetItemType 메서드

Retrieves the type of an item in a SharePoint library, if the item exists.

네임스페이스:  ReportService2006
어셈블리:  ReportService2006(ReportService2006.dll)

구문

‘선언
Public Function GetItemType ( _
    Item As String _
) As ItemTypeEnum
‘사용 방법
Dim instance As ReportingService2006 
Dim Item As String 
Dim returnValue As ItemTypeEnum 

returnValue = instance.GetItemType(Item)
public ItemTypeEnum GetItemType(
    string Item
)
public:
ItemTypeEnum GetItemType(
    String^ Item
)
member GetItemType : 
        Item:string -> ItemTypeEnum
public function GetItemType(
    Item : String
) : ItemTypeEnum

매개 변수

  • Item
    유형: System.String
    The fully qualified URL of the item including the file name and extension.

반환 값

유형: ReportService2006.ItemTypeEnum
A ItemTypeEnum value.

주의

The table below shows header and permissions information on this operation.

SOAP Headers

(In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue

Required Permissions

ViewListItems

Use the GetItemType method to determine the type of an item in a SharePoint library.

참고 항목

참조

ReportingService2006 클래스

ReportService2006 네임스페이스