Click or drag to resize

UserPreferencesGetReminderDetails Method

Return the details of a specific reminder.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public Reminder GetReminderDetails(
	int reminderId
)

Parameters

reminderId
Type: SystemInt32

Return Value

Type: Reminder
See Also