PagePorter Class Library

FpScheduledInclude Class

A custom control that implements the FrontPage Scheduled Include ("ScheduledInclude" / "ScheduledImage") control.

For a list of all members of this type, see FpScheduledInclude Members.

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         Parastream.Web.UI.WebControls.FpWebControl
            Parastream.Web.UI.WebControls.FpScheduledInclude

[Visual Basic]
Public Class FpScheduledInclude
    Inherits FpWebControl
[C#]
public class FpScheduledInclude : FpWebControl

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

FpIncludeScheduled will include targets based on a pair of DateTime properties. If the current time is between the two specified times, the target is included. Otherwise a different object is included, or nothing.

Included objects may be a web user control, picture, text, or a hyperlink.

Requirements

Namespace: Parastream.Web.UI.WebControls

Assembly: FpCtrls (in FpCtrls.dll)

See Also

FpScheduledInclude Members | Parastream.Web.UI.WebControls Namespace