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

Shows if the application is allowed to be executed.

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

Syntax

C#
public bool IsApplicationOk(
	Constants..::.ApplicationType aType
)
Visual Basic (Declaration)
Public Function IsApplicationOk ( _
	aType As Constants..::.ApplicationType _
) As Boolean
Visual C++
public:
bool IsApplicationOk(
	Constants..::.ApplicationType aType
)

Parameters

aType
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
The application type.

Return Value

true if the application is allowed to be executed, false otherwise.

See Also