Gets or sets the default setting for reminders in any new CContent created by the CContentProducer.

Namespace:  Asi.iBO.ContentManagement
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public int DefaultReminderDays { get; set; }
Visual Basic (Declaration)
Public Property DefaultReminderDays As Integer
Visual C++
public:
property int DefaultReminderDays {
	int get ();
	void set (int value);
}

See Also