Click or drag to resize
TreeNodeGetRelatedDocumentsCollection Method
Handler to provide the related document collection.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected TreeNodeCollection GetRelatedDocumentsCollection(
	ObjectRepository<TreeNodeCollection, TreeNode, TreeNodeCollectionSettings> repository,
	string name,
	bool documentIsOnLeftSide,
	bool documentIsOnRightSide
)

Parameters

repository
Type: CMS.DataEngineObjectRepositoryTreeNodeCollection, TreeNode, TreeNodeCollectionSettings
Parent repository
name
Type: SystemString
Collection name
documentIsOnLeftSide
Type: SystemBoolean
If true, the document can be on left side of the relationship
documentIsOnRightSide
Type: SystemBoolean
If true, the document can be on left side of the relationship

Return Value

Type: TreeNodeCollection
See Also