AdvantageModuleEngine..::..FindPublishedObjectsByNode<(Of <(<'T>)>)> Method (String, eComparison, DateTime)
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
Namespace:
AdvantageCMS.Core.Common.EngineAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public List<T> FindPublishedObjectsByNode<T>( string node, eComparison comparison, DateTime keyValue ) where T : BusinessObject<T>, BusinessObject<T>, BusinessObject<T>, BusinessObject<T>, BusinessObject<T>, BusinessObject<T>
Type Parameters
- T
- A valid object inherited from BusinessObject
Parameters
- node
- Type: String
The name of the property to search
- comparison
- Type: AdvantageCMS.Core.Common.Enums..::..eComparison
The type of comparison to execute
- keyValue
- Type: DateTime
The DateTime comparision value