Click or drag to resize

UserGroupManagerSetUserSelfRegistrationSettings Method

Configure user self registration process

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public void SetUserSelfRegistrationSettings(
	bool allowsSelfRegistration,
	bool allowsSelfRegistrationWithProvider,
	Guid defaultFileHoldGroup
)

Parameters

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