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

This gets used in muliple instances to update Session.Applications whenever there is some system operation that can change the available applications.

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

Syntax

C#
public byte[] GetApplicationMatrix(
	int userId,
	int groupId
)
Visual Basic (Declaration)
Public Function GetApplicationMatrix ( _
	userId As Integer, _
	groupId As Integer _
) As Byte()
Visual C++
public:
array<unsigned char>^ GetApplicationMatrix(
	int userId, 
	int groupId
)

Parameters

userId
Type: System..::.Int32
groupId
Type: System..::.Int32

Return Value

See Also