CmisCmdlets.Test.CmisTestHelper.Get C# (CSharp) Method

Get() public method

public Get ( CmisPath path ) : ICmisObject
path Cmis.Utility.CmisPath
return ICmisObject
        public ICmisObject Get(CmisPath path)
        {
			return _cmisNav.Get(path);
        }