UserGroupManagerGetUserSelfRegistrationSettings(Boolean, Boolean, Guid) Method

Return configuration of the user self registration process

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return configuration of the user self registration process")]
public void GetUserSelfRegistrationSettings(
	ref bool allowsSelfRegistrationWithPassword,
	ref bool allowsSelfRegistrationWithProvider,
	ref Guid defaultFileHoldGroup
)

Parameters

allowsSelfRegistrationWithPassword  Boolean
 
allowsSelfRegistrationWithProvider  Boolean
 
defaultFileHoldGroup  Guid
 

See Also