gov.va.medora.mdws.NoteLib.getNoteTitles C# (CSharp) Метод

getNoteTitles() публичный Метод

public getNoteTitles ( string target, string direction ) : TaggedTextArray
target string
direction string
Результат gov.va.medora.mdws.dto.TaggedTextArray
        public TaggedTextArray getNoteTitles(string target, string direction)
        {
            return getNoteTitles(null, target, direction);
        }

Same methods

NoteLib::getNoteTitles ( string sitecode, string target, string direction ) : TaggedTextArray