DbResInstance.WriteResource

Writes a resource either creating or updating an existing resource

public bool WriteResource(string resourceId,
	string value,
	string lang,
	string resourceSet)

Return Value

true or false

Parameters

resourceId
Resource Id to write. Resource Ids can be any string up to 1024 bytes in length

value
Value to set the resource to

lang
Language as ieetf code: en-US, de-DE etc. Value can be left blank for Invariant/Default culture to set.

resourceSet
The resourceSet to store the resource on. If no resource set name is provided a default empty resource set is used.


See also:

Class DbResInstance

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