Determines if an item is considered "live".
Namespace: ConnectedApps.Cms.Sdk.DataAssembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsLive(
Nullable<DateTime> startDate,
Nullable<DateTime> endDate
)
Public Function IsLive (
startDate As Nullable(Of DateTime),
endDate As Nullable(Of DateTime)
) As Boolean
public:
bool IsLive(
Nullable<DateTime> startDate,
Nullable<DateTime> endDate
)
member IsLive :
startDate : Nullable<DateTime> *
endDate : Nullable<DateTime> -> bool
Parameters
- startDate
- Type: SystemNullableDateTime
The start date used to determine the status. - endDate
- Type: SystemNullableDateTime
The end date used to determine the status.
Return Value
Type:
Boolean
See Also