Click or drag to resize
ItemsIsLive Method
Determines if an item is considered "live".

Namespace: ConnectedApps.Cms.Sdk.Data
Assembly: ConnectedApps.Cms.Sdk.Data (in ConnectedApps.Cms.Sdk.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool IsLive(
	Nullable<DateTime> startDate,
	Nullable<DateTime> endDate
)

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