GetAllXPathsOfSimpleAttributes() public method

public GetAllXPathsOfSimpleAttributes ( long id ) : List
id long
return List
 /// <summary>
 /// Get all simple attributes of a metadata Structure
 /// </summary>
 /// <param name="metadatastructureId"></param>
 /// <returns></returns>
 private List<SearchMetadataNode> GetAllXPath(long metadatastructureId)
 {
     SearchDesigner searchDesigner = new SearchDesigner();
     return searchDesigner.GetAllXPathsOfSimpleAttributes(metadatastructureId);
 }