Click or drag to resize

UserGroupManagerGetUserSelfRegistrationSettings Method (Boolean, Boolean, Guid, Database, DbTransaction)

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public void GetUserSelfRegistrationSettings(
	ref bool allowsSelfRegistrationWithPassword,
	ref bool allowsSelfRegistrationWithProvider,
	ref Guid defaultFileHoldGroup,
	Database database,
	DbTransaction transaction
)

Parameters

allowsSelfRegistrationWithPassword
Type: SystemBoolean
allowsSelfRegistrationWithProvider
Type: SystemBoolean
defaultFileHoldGroup
Type: SystemGuid
database
Type: Database
transaction
Type: System.Data.CommonDbTransaction
See Also