This document is archived and information here might be outdated. Recommended version. |
Url for the given REST resource.
[Visual Basic .NET]
Public Sub GetRESTResourceInfo ( _
ByVal resourceType As String, _
ByRef templateUrl As String, _
ByRef format As String _
)
[C#]
public void GetRESTResourceInfo (
string resourceType,
ref string templateUrl,
ref string format
);
[C++]
HRESULT GetRESTResourceInfo(
BSTR resourceType,
System.String* templateUrl,
System.String* format
);
[C++] Parameters resourceType [in]
resourceType is a parameter of type BSTR templateUrl [out]
templateUrl is a parameter of type BSTR* format [out]
format is a parameter of type BSTR*