ReportingService2006.GetResourceContents(String, String) 메서드

정의

리소스의 내용을 검색합니다.

public:
 cli::array <System::Byte> ^ GetResourceContents(System::String ^ Resource, [Runtime::InteropServices::Out] System::String ^ % MimeType);
public byte[] GetResourceContents (string Resource, out string MimeType);
member this.GetResourceContents : string * string -> byte[]
Public Function GetResourceContents (Resource As String, ByRef MimeType As String) As Byte()

매개 변수

Resource
String

리소스에 대한 정규화된 URL입니다.

MimeType
String

[out] 리소스의 MIME 형식입니다.

반환

Byte[]

Base 64 인코딩 바이트 배열 형식의 리소스 내용입니다.

설명

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

SOAP 헤더 (In) TrustedUserHeaderValue

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

적용 대상