Click or drag to resize

IContentCollectionBaseQuery Method (contentRelationQueryType, contentRelationType, IContentElement, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:imbNLP.Core.contentStructure.collections.IContentCollectionBase.Query(imbNLP.Data.enums.contentRelationQueryType,imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

Namespace:  imbNLP.Core.contentStructure.collections
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
List<string> Query(
	contentRelationQueryType qType,
	contentRelationType qRelation,
	IContentElement qReference,
	int limit = -1
)

Parameters

qType
Type: imbNLP.Data.enumscontentRelationQueryType

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

qRelation
Type: imbNLP.Data.enumscontentRelationType

[Missing <param name="qRelation"/> documentation for "M:imbNLP.Core.contentStructure.collections.IContentCollectionBase.Query(imbNLP.Data.enums.contentRelationQueryType,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.IContentCollectionBase.Query(imbNLP.Data.enums.contentRelationQueryType,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.IContentCollectionBase.Query(imbNLP.Data.enums.contentRelationQueryType,imbNLP.Data.enums.contentRelationType,imbNLP.Core.contentStructure.interafaces.IContentElement,System.Int32)"]

Return Value

Type: ListString

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

See Also