SessionManagerGetSelfRegistrationSettings Method

Return information about user self registration settings

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return information about user self registration settings")]
public void GetSelfRegistrationSettings(
	ref bool allowsSelfRegistration,
	ref bool allowsSelfRegistrationWithProvider,
	ref Guid defaultFileHoldGroup
)

Parameters

allowsSelfRegistration  Boolean
 
allowsSelfRegistrationWithProvider  Boolean
 
defaultFileHoldGroup  Guid
 

See Also