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

Definition

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

Parameters

allowsSelfRegistrationWithPassword  Boolean
 
allowsSelfRegistrationWithProvider  Boolean
 
defaultFileHoldGroup  Guid
 
database  Database
 
transaction  DbTransaction
 

See Also