SessionManagerGetSelfRegistrationSettings Method |
Return information about user self registration settings
Namespace:
FileHold.UserRoleManager
Assembly:
FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntaxpublic void GetSelfRegistrationSettings(
ref bool allowsSelfRegistration,
ref bool allowsSelfRegistrationWithProvider,
ref Guid defaultFileHoldGroup
)
Parameters
- allowsSelfRegistration
- Type: SystemBoolean
- allowsSelfRegistrationWithProvider
- Type: SystemBoolean
- defaultFileHoldGroup
- Type: SystemGuid
See Also