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

Allows management of Account related functions. It enables querying information related to an account as to what users and groups are contained within an Account. Also, it helps manage the admin permissions within the Account.

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

Syntax

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

Inheritance Hierarchy

System..::.Object
  OfficeClip.DBLayer..::.OfficeClipDB
    OfficeClip.DBLayer.Account..::.AccountDB

See Also