SessionManagerChangeUserSessionsRefreshFeaturesStatus Method

Change 'Refresh features' status for all sessions or the specific one

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Change 'Refresh features' status for all sessions or the specific one")]
public void ChangeUserSessionsRefreshFeaturesStatus(
	bool allSessions,
	bool refreshFeaturesStatus,
	string sessionId
)

Parameters

allSessions  Boolean
refreshFeaturesStatus  Boolean
sessionId  String

See Also