System.Xml.Xsl.Runtime.RtfNavigator.MoveToId C# (CSharp) Method

MoveToId() public method

Position to the navigator to the element whose id is equal to the specified "id" string.
public MoveToId ( string id ) : bool
id string
return bool
        public override bool MoveToId(string id) {
            throw new NotSupportedException();
        }