[This is preliminary documentation and is subject to change.]

reads the application items from the xml file and saves them to a hashtable. It also sets the returned hashtable as an application variable.

Namespace:  OfficeClip.DBLayer.Framework
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void SetApplicationInfo()
Visual Basic (Declaration)
Public Sub SetApplicationInfo
Visual C++
public:
void SetApplicationInfo()

Return Value

A hashtable with key and application info.

See Also