Exemple #1
0
 private void RulesetDeleteHandler()
 {
     RuleSet rsNew = new RuleSet(m_refContentApi.RequestInformationRef, m_iID);
     rsNew.Delete();
 }