Click or drag to resize
TreeNodeRelatedDocuments_OnLoadCollection 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 RelatedDocuments_OnLoadCollection(
	ObjectRepository<TreeNodeCollection, TreeNode, TreeNodeCollectionSettings> repository,
	string name
)

Parameters

repository
Type: CMS.DataEngineObjectRepositoryTreeNodeCollection, TreeNode, TreeNodeCollectionSettings
Parent repository
name
Type: SystemString
Collection name

Return Value

Type: TreeNodeCollection
See Also