gov.va.medora.mdws.NoteLib.getNoteTitles C# (CSharp) Method

getNoteTitles() public method

public getNoteTitles ( string target, string direction ) : TaggedTextArray
target string
direction string
return 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