Namespace: CuteEditor.Impl
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static XmlConfig LoadCachedXmlConfiguration(
	HttpContext context,
	ArrayList files
)
Visual Basic
Public Shared Function LoadCachedXmlConfiguration ( _
	context As HttpContext, _
	files As ArrayList _
) As XmlConfig
Visual C++
public:
static XmlConfig^ LoadCachedXmlConfiguration(
	HttpContext^ context, 
	ArrayList^ files
)

See Also