SessionManager.GetBoolSetting Method

This method is obsolete. Use the OptionsManager instead.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "This method is obsolete. Use the OptionsManager instead.")]
public bool GetBoolSetting(
	string key
)

Parameters

key  String

Return Value

Boolean

See Also