Renames a resource set. Useful if you need to move a local page resource set to a new page. ResourceSet naming for local resources is application relative page path:
test.aspx subdir/test.aspx
Global resources have a simple name
public virtual bool RenameResourceSet(string OldResourceSet, string NewResourceSet)
Parameters
OldResourceSet
Name of the existing resource set
NewResourceSet
Name to set the resourceset name to
See also:
Class DbResourceDataManager© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic