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