MemberInRole(Guid, NullableInt32) Constructor

Initializes a new instance of the MemberInRole class

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public MemberInRole(
	Guid guid,
	int? newRoleId
)

Parameters

guid  Guid
 
newRoleId  NullableInt32
 

See Also