Discuss this help topic in SecureBlackbox Forum
Returns base URL for WebDAV principals.
Declaration
[C#]
string PrincipalBaseURL;
[VB.NET]
Property PrincipalBaseURL As String
[Pascal]
property PrincipalBaseURL : string;
[C++]
void get_PrincipalBaseURL(std::string &OutResult);
void set_PrincipalBaseURL(const std::string &Value);
[PHP]
string get_PrincipalBaseURL()
void set_PrincipalBaseURL(string $Value)
[Java]
String getPrincipalBaseURL();
void setPrincipalBaseURL(String Value);
Description
Use this property to specify base URL for principals.
Discuss this help topic in SecureBlackbox Forum