This document is archived and information here might be outdated. Recommended version. |
The path of this uploaded item on server.
[Visual Basic .NET] Public Property PathOnServer As String
[C#] public string PathOnServer {get; set;}
[C++]
HRESULT get_PathOnServer(
BSTR pPathOnServer
);
[C++]
HRESULT put_PathOnServer(
System.String* pPathOnServer
);
[C++]
Parameters pPathOnServer [in]
pPathOnServer is a parameter of type BSTR pPathOnServer [out, retval]
pPathOnServer is a parameter of type BSTR*