BExIS.Web.Shell.Areas.DCM.Controllers.ManageMetadataStructureController.GetAllXPath C# (CSharp) Метод

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

Get all simple attributes of a metadata Structure
private GetAllXPath ( long metadatastructureId ) : List
metadatastructureId long
Результат List
        private List<SearchMetadataNode> GetAllXPath(long metadatastructureId)
        {
            SearchDesigner searchDesigner = new SearchDesigner();
            return searchDesigner.GetAllXPathsOfSimpleAttributes(metadatastructureId);
        }