UserGroupManagerSetUserSelfRegistrationSettings Method |
Configure user self registration process
Namespace:
FileHold.UserRoleManager
Assembly:
FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntaxpublic void SetUserSelfRegistrationSettings(
bool allowsSelfRegistration,
bool allowsSelfRegistrationWithProvider,
Guid defaultFileHoldGroup
)
Parameters
- allowsSelfRegistration
- Type: SystemBoolean
- allowsSelfRegistrationWithProvider
- Type: SystemBoolean
- defaultFileHoldGroup
- Type: SystemGuid
See Also