- Namespace:
- Redakt.ContentManagement.Nodes
- Assembly:
- Redakt.ContentManagement.dll
This type contains the following members.
public interface INodeService
Methods
GetNodeByIdAsync(string) |
|
GetNodesByIdAsync(IEnumerable<string>) |
|
GetRootNodesAsync(string, bool) |
|
GetNodeChildrenAsync(string, bool) |
|
GetNodeDescendantsAsync(string, bool) |
|
GetAllNodesAsync(bool) |
|
QueryNodesAsync(string, string, bool) |
|
CopyNodeAsync(INode, string, string, INode) |
|
ObtainEditLockAsync(string, string, string, bool) |
|
ReleaseEditLockAsync(string, string) |
|
DeleteNodeVersionAsync(INode, string) |
|
DeleteNodeAsync(string) |
|
Implemented by