public void ReplacehideLMSUIAt(hideLMSUIType newValue, int index) { ReplaceDomChildAt(NodeType.Element, "http://www.adlnet.org/xsd/adlnav_v1p3", "hideLMSUI", index, newValue.ToString()); }
public void AddhideLMSUI(hideLMSUIType newValue) { AppendDomChild(NodeType.Element, "http://www.adlnet.org/xsd/adlnav_v1p3", "hideLMSUI", newValue.ToString()); }