| NewsListSetupVars Method |
Gets setup variable.
Namespace:
Dynamicweb.News.Frontend
Assembly:
Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax public void SetupVars(
ref DateTime dateFrom,
ref DateTime dateTo,
ref bool useDateNow,
ref ArrayList extranetGroups,
ref SortFields sort,
ref SortDirection direction,
ref NewsStatus status
)
Public Sub SetupVars (
ByRef dateFrom As DateTime,
ByRef dateTo As DateTime,
ByRef useDateNow As Boolean,
ByRef extranetGroups As ArrayList,
ByRef sort As SortFields,
ByRef direction As SortDirection,
ByRef status As NewsStatus
)
Parameters
- dateFrom
- Type: SystemDateTime
The beginning of publication period. - dateTo
- Type: SystemDateTime
The end of publication period. - useDateNow
- Type: SystemBoolean
if set to true [use publication period]. - extranetGroups
- Type: System.CollectionsArrayList
The extranet groups list. - sort
- Type: Dynamicweb.NewsSortFields
The sort field. - direction
- Type: Dynamicweb.Modules.CommonSortDirection
The sort direction. - status
- Type: Dynamicweb.NewsNewsStatus
The news status.
See Also