UserPreferencesGetReminderDetails Method

Return the details of a specific reminder.

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return the details of a specific reminder.")]
public Reminder GetReminderDetails(
	int reminderId
)

Parameters

reminderId  Int32

Return Value

Reminder

See Also