SenseNet.ContentRepository.Tests.CopyMoveTest.LoadNode C# (CSharp) Метод

LoadNode() приватный Метод

private LoadNode ( string encodedPath ) : Node
encodedPath string
Результат Node
		private Node LoadNode(string encodedPath)
		{
			return Node.LoadNode(DecodePath(encodedPath));
		}
		private void CreateContentList(string parentPath, string name, string listDef)
CopyMoveTest