Discuss this help topic in SecureBlackbox Forum

TElAWSS3AccessControlPolicy.SaveToXML

TElAWSS3AccessControlPolicy     See also     


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


Saves access control policy to XML.

Declaration

[C#]
    string SaveToXML();

[VB.NET]
    Function SaveToXML() As String

[Pascal]
    function SaveToXML() : string;

[C++]
    void SaveToXML(std::string &OutResult);

[PHP]
    string SaveToXML()

[Java]
    String saveToXML();

Return value

    Returns XML representation of the access control policy.

Description

    Use this method to save access control policy to XML.

See also:     LoadFromXML    

Discuss this help topic in SecureBlackbox Forum