Interface IWithSchedule<TSchedule>
Interface to be inherited by content items with a schedule.
Inherited Members
Namespace: Tableau.Migration.Content.Schedules
Assembly: Tableau.Migration.dll
Syntax
public interface IWithSchedule<TSchedule> : IContentReference, IEquatable<IContentReference>, IRestIdentifiable where TSchedule : ISchedule
Type Parameters
Name | Description |
---|---|
TSchedule |
Properties
Schedule
Gets the content item's schedule.
Declaration
TSchedule Schedule { get; }
Property Value
Type | Description |
---|---|
TSchedule |