Click or drag to resize

MemberInRole Constructor (Guid, NullableInt32)

Initializes a new instance of the MemberInRole class

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

Parameters

guid
Type: SystemGuid
newRoleId
Type: SystemNullableInt32
See Also