Discuss this help topic in SecureBlackbox Forum

TElWebDAVLock.ReadTokenFromXML

TElWebDAVLock     See also     


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


Reads lock token from an XML document.

Declaration

[C#]
    static string ReadTokenFromXML(System.IO.Stream Strm);

[VB.NET]
    Shared Function ReadTokenFromXML(ByVal Strm As System.IO.Stream) As String

[Pascal]
    class function ReadTokenFromXML(Strm : TStream) : string;

[C++]
    static void ReadTokenFromXML(TStream &Strm, std::string &OutResult);
    static void ReadTokenFromXML(TStream *Strm, std::string &OutResult);

[PHP]
    string ReadTokenFromXML(TStream $Strm)

[Java]
    static String readTokenFromXML(TElWebDAVLock> this, TElStream Strm);

Parameters

  • Strm - the stream containing XML document.

Return value

    Returns the lock token.

Description

    Use this method to extract the lock token from an XML document.

See also:     LoadFromXML     Token    

Discuss this help topic in SecureBlackbox Forum