Click or drag to resize

UserGroupManagerGetUserSelfRegistrationSettings Method (Boolean, Boolean, Guid)

Return configuration of the user self registration process

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
)

Parameters

allowsSelfRegistrationWithPassword
Type: SystemBoolean
allowsSelfRegistrationWithProvider
Type: SystemBoolean
defaultFileHoldGroup
Type: SystemGuid
See Also