Click or drag to resize

RepositorySelectByReference Method

Namespace:  Dynamicweb.Content.Items.Queries
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public virtual IEnumerable<Item> SelectByReference(
	string sourceFieldName,
	string targetItemType,
	string targetItemId,
	Query query,
	bool includeParagraphs,
	bool checkPermissions
)

Parameters

sourceFieldName
Type: SystemString
targetItemType
Type: SystemString
targetItemId
Type: SystemString
query
Type: Dynamicweb.Content.Items.QueriesQuery
includeParagraphs
Type: SystemBoolean
checkPermissions
Type: SystemBoolean

Return Value

Type: IEnumerableItem
See Also