|  | ResourceItem Constructor | 
            Constructor
            
 
Namespace: SandcastleBuilder.Utils.ConceptualContentAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
 Syntax
Syntaxpublic ResourceItem(
	string file,
	string id,
	string value,
	bool isOverride
)
Public Sub New ( 
	file As String,
	id As String,
	value As String,
	isOverride As Boolean
)
public:
ResourceItem(
	String^ file, 
	String^ id, 
	String^ value, 
	bool isOverride
)
new : 
        file : string * 
        id : string * 
        value : string * 
        isOverride : bool -> ResourceItemParameters
- 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
See Also