Discuss this help topic in SecureBlackbox Forum

TElWebDAVPrincipalMemoryBackend.PrincipalBaseURL

TElWebDAVPrincipalMemoryBackend     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     GroupBaseURL    

Discuss this help topic in SecureBlackbox Forum