Click or drag to resize

contentCollectionBaseTQuery Method (contentRelationType, IContentElement, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraca listu elemenata u skladu sa upitom

Namespace:  imbNLP.Core.contentStructure.collections
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public contentElementList Query(
	contentRelationType qRelation,
	IContentElement qReference,
	int limit = -1
)

Parameters

qRelation
Type: imbNLP.Data.enumscontentRelationType

[Missing <param name="qRelation"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query(imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

qReference
Type: imbNLP.Core.contentStructure.interafacesIContentElement

[Missing <param name="qReference"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query(imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

limit (Optional)
Type: SystemInt32

[Missing <param name="limit"/> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query(imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

Return Value

Type: contentElementList

[Missing <returns> documentation for "M:imbNLP.Core.contentStructure.collections.contentCollectionBase`1.Query(imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

Implements

IContentCollectionBaseQuery(contentRelationType, IContentElement, Int32)
See Also