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

Gets the dataset for all the applications that are blocked

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

Syntax

C#
public DataSet GetAccountApplicationBlocks(
	int userId
)
Visual Basic (Declaration)
Public Function GetAccountApplicationBlocks ( _
	userId As Integer _
) As DataSet
Visual C++
public:
DataSet^ GetAccountApplicationBlocks(
	int userId
)

Parameters

userId
Type: System..::.Int32
The unique id of the logged in user (usually the account manager)

Return Value

The dataset for account blocks
  • applicationId (System.Int32) The unique application id
  • managerBit (System.Boolean) The account manager controlled bit
  • officeClipBit (System.Boolean) The officeclip controlled bit

See Also