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

OfficeClip Framework data layer. Information in this class is read from the appmenus.xml file in the APP_Data folder. This information is cached in the application variable and used throughout the site.

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

Syntax

C#
public class FrameworkDB : OfficeClipDB
Visual Basic (Declaration)
Public Class FrameworkDB _
	Inherits OfficeClipDB
Visual C++
public ref class FrameworkDB : public OfficeClipDB

Inheritance Hierarchy

System..::.Object
  OfficeClip.DBLayer..::.OfficeClipDB
    OfficeClip.DBLayer.Framework..::.FrameworkDB

See Also