Raised before the board is updated with the access roles.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected virtual void OnGetBoardAccessRoles(
	List<Guid> accessRoleIds
)
Visual Basic
Protected Overridable Sub OnGetBoardAccessRoles ( 
	accessRoleIds As List(Of Guid)
)
Visual C++
protected:
virtual void OnGetBoardAccessRoles(
	List<Guid>^ accessRoleIds
)
F#
abstract OnGetBoardAccessRoles : 
        accessRoleIds : List<Guid> -> unit 
override OnGetBoardAccessRoles : 
        accessRoleIds : List<Guid> -> unit 

Parameters

accessRoleIds
Type: System.Collections.Generic..::..List<(Of <(<'Guid>)>)>

See Also