Discuss this help topic in SecureBlackbox Forum

TElWebDAVPropertyInfoList.Find

TElWebDAVPropertyInfoList     See also     


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


Finds the desired element in the list.

Declaration

[C#]
    TElWebDAVPropertyInfo Find(string NS, string Name);

[VB.NET]
    Function Find(ByVal NS As String, ByVal Name As String) As TElWebDAVPropertyInfo

[Pascal]
    function Find(const NS, Name : string) : TElWebDAVPropertyInfo;

[C++]
    TElWebDAVPropertyInfoHandle Find(const std::string &NS, const std::string &Name);

[PHP]
    TElWebDAVPropertyInfo Find(string $NS, string $Name)

[Java]
    TElWebDAVPropertyInfo find(String NS, String Name);

Parameters

  • NS - the namespace of the desired property.
  • Name - desired property name.

Return value

    Returns a reference to the desired property info object.

Description

    Use this method to perform search in the list.

See also:     Item    

Discuss this help topic in SecureBlackbox Forum