Examples of restorePageById()


Examples of com.hlcl.rql.as.RecycleBin.restorePageById()

    languageVariants.add(project.getLanguageVariantByRfcLanguageId("zh"));
    currentPg.deleteFromRecycleBin(languageVariants);
   
    // restore page from recycle bin
    RecycleBin recycleBin = project.getRecycleBin();
    recycleBin.restorePageById("4711");
  }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.