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

Gets all the blocked applications for a user

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

Syntax

C#
public List<int> GetAllRoleBlockedApplications(
	int userId
)
Visual Basic (Declaration)
Public Function GetAllRoleBlockedApplications ( _
	userId As Integer _
) As List(Of Integer)
Visual C++
public:
List<int>^ GetAllRoleBlockedApplications(
	int userId
)

Parameters

userId
Type: System..::.Int32
The unique id of the user

Return Value

The list of all the application ids that are blocked for the user

See Also