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