C# 클래스 N2.Management.Api.ApiExtensions

파일 보기 프로젝트 열기: bherila/n2cms 1 사용 예제들

공개 메소드들

메소드 설명
Add ( this startingPoint, string parentName, Node nodeToAdd, bool requireParent = false, int insertIndex = -1, string insertBeforeSiblingWithName = null, string insertAfterSiblingWithName = null ) : void
FindRecursive ( this startingPoint, string requestedName ) : Node

비공개 메소드들

메소드 설명
BuildBranchStructure ( ItemFilter filter, IContentAdapterProvider adapters, ContentItem selectedItem, ContentItem root ) : HierarchyNode
BuildTreeStructure ( ItemFilter filter, IContentAdapterProvider adapters, ContentItem selectedItem, int maxDepth ) : HierarchyNode
CreateNode ( this structure, IContentAdapterProvider adapters, Collections filter ) : Node

메소드 상세

Add() 공개 정적인 메소드

public static Add ( this startingPoint, string parentName, Node nodeToAdd, bool requireParent = false, int insertIndex = -1, string insertBeforeSiblingWithName = null, string insertAfterSiblingWithName = null ) : void
startingPoint this
parentName string
nodeToAdd Node
requireParent bool
insertIndex int
insertBeforeSiblingWithName string
insertAfterSiblingWithName string
리턴 void

FindRecursive() 공개 정적인 메소드

public static FindRecursive ( this startingPoint, string requestedName ) : Node
startingPoint this
requestedName string
리턴 Node