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

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

private static LoadNode ( string encodedPath ) : Node
encodedPath string
Результат Node
        private static Node LoadNode(string encodedPath)
        {
            return Node.LoadNode(DecodePath(encodedPath));
        }
        
TrashTest