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

Determines if the application is allowed

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

Syntax

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

Parameters

appId
Type: OfficeClip.BusinessLayer.Framework..::.Constants..::.ApplicationType
The unique application id

Return Value

True if the application is allowed, false otherwise

See Also