IDbResourceDataManager.RenameResourceSet

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 bool RenameResourceSet(string OldResourceSet,
	string NewResourceSet)

Parameters

OldResourceSet
Name of the existing resource set

NewResourceSet
Name to set the resourceset name to


See also:

Interface IDbResourceDataManager

© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic