IDbResourceDataManager.AddResource

Adds a resource to the Localization Table

public int AddResource(string resourceId,
	object value,
	string cultureName,
	string resourceSet,
	string comment,
	bool valueIsFileName,
	int valueType)

Parameters

resourceId
The resource key name

value
Value to set it to. Can also be a file which is loaded as binary data when valueIsFileName is true

cultureName
name of the culture or null for invariant/default

resourceSet
The ResourceSet to which the resource id is added

comment
Optional comment for the key

valueIsFileName
if true the Value property is a filename to import

valueType

Overloads:


See also:

Interface IDbResourceDataManager

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