AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ToolListBaseControl..::..GetPrimaryObjects<(Of <(<'T>)>)> Method

Gets all primary records for the object type based on the publish status selected.

Namespace:  AdvantageCMS.Core.Admin.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public List<T> GetPrimaryObjects<T>(
	ePublishStatus selectors
)
where T : BusinessObject<T>

Type Parameters

T

Parameters

selectors
Type: AdvantageCMS.Core.Admin.Enums..::..ePublishStatus
The selectors.

Return Value

List<T>.