Click or drag to resize
Sandcastle Help File BuilderResourceItem Constructor
Constructor

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public ResourceItem(
	string file,
	string id,
	string value,
	bool isOverride
)

Parameters

file
Type: SystemString
The file containing the resource item
id
Type: SystemString
The item ID
value
Type: SystemString
The item value
isOverride
Type: SystemBoolean
True if this is an override, false if not
See Also