TeamMentor.CoreLib.TM_WebServices.GetFolderStructure_Library C# (CSharp) Method

GetFolderStructure_Library() private method

private GetFolderStructure_Library ( System.Guid libraryId ) : Library_V3
libraryId System.Guid
return Library_V3
        public Library_V3 GetFolderStructure_Library(Guid libraryId)
        {
            return this.getFolderStructure_Library(libraryId, GetGUIObjects());
        }
TM_WebServices