C# Class Dev2.Tests.Runtime.Security.SecurityConfigFetcher

Datei anzeigen Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Fetch ( string name ) : string

Fetches the contents of the embedded XML file with the specified name.

Method Details

Fetch() public static method

Fetches the contents of the embedded XML file with the specified name.
public static Fetch ( string name ) : string
name string The name of the XML file excluding extension.
return string