UserPreferencesDontShowMessage Method

Mark the message not to be shown in the future for current user.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Mark the message not to be shown in the future for current user.")]
public void DontShowMessage(
	string messageId
)

Parameters

messageId  String

See Also