SessionManagerShouldSessionFeaturesBeRefreshed Method

Check if session needs to have a feature list refreshed

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if session needs to have a feature list refreshed")]
public bool ShouldSessionFeaturesBeRefreshed(
	string sessionId
)

Parameters

sessionId  String

Return Value

Boolean

See Also