UserPreferencesGetDontShowMessage Method

Checks if a specific message was marked not to be shown in the future.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Check if a specific message was marked not to be shown in the future.")]
public bool GetDontShowMessage(
	string messageId
)

Parameters

messageId  String

Return Value

Boolean

See Also