Discuss this help topic in SecureBlackbox Forum

TElWebDAVACLRestrictions.Hrefs

TElWebDAVACLRestrictions     See also     


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


Contains a list of URLs when required-principal identifies a group of principals.

Declaration

[C#]
    TElStringList Hrefs;

[VB.NET]
    Property Hrefs As TElStringList

[Pascal]
    property Hrefs : TElStringList;

[C++]
    TElStringList* get_Hrefs();

[PHP]
    TElStringList get_Hrefs()

[Java]
    TElStringList getHrefs();

Description

    This property contains the list of URLs when RequiredPrincipal is equal to wptHref.

See also:     RequiredPrincipal    

Discuss this help topic in SecureBlackbox Forum