UserGroupManagerGetShowNewFeatureIntroMessage Method

Note: This API is now obsolete.
Checks if a specific message was marked to be shown.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if a specific message was marked to be shown.")]
[ObsoleteAttribute("This feature is no longer used.")]
public bool GetShowNewFeatureIntroMessage(
	Guid userId
)

Parameters

userId  Guid
 

Return Value

Boolean

See Also