Click or drag to resize
IDocumentQuery<TQuery, TObject>.InRelationWith Method
Ensures that only documents in relationship with a specified document are retrieved.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax
C#
TQuery InRelationWith(
	Guid nodeGuid,
	string relationshipName = null,
	RelationshipSideEnum side = RelationshipSideEnum.Both
)

Parameters

nodeGuid
Type: System.Guid
Node GUID of the related document
relationshipName (Optional)
Type: System.String
Name of the relationship. If not provided documents from all relationships will be retrieved.
side (Optional)
Type: CMS.DocumentEngine.RelationshipSideEnum
Side of the related document within the relation

Return Value

Type: TQuery
See Also