UserGroupManagerSetDoNotShowNewFeatureIntroMessage Method

Note: This API is now obsolete.
Mark the 'New Feature Introduction' message not to be shown in the future for current user.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Mark the 'New Feature Introduction' message not to be shown in the future for current user.")]
[ObsoleteAttribute("This feature is no longer used.")]
public void SetDoNotShowNewFeatureIntroMessage(
	Guid userId
)

Parameters

userId  Guid
 

Return Value

See Also