ResourceItem Constructor

Constructor

Definition

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

Parameters

file  String
The file containing the resource item
id  String
The item ID
value  String
The item value
isOverride  Boolean
True if this is an override, false if not

See Also