FileReference Constructor

FileReference Constructor

Constructs a new instance of the FileReference class, given a fullPath, a relativePath a content hash and a status value.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public FileReference(
	string fullPath,
	string relativePath,
	ContentHash hash,
	FileReferenceStatus status
)
Public Sub New ( 
	fullPath As String,
	relativePath As String,
	hash As ContentHash,
	status As FileReferenceStatus
)

Parameters

fullPath
Type: SystemString

[Missing <param name="fullPath"/> documentation for "M:Rhino.FileIO.FileReference.#ctor(System.String,System.String,Rhino.FileIO.ContentHash,Rhino.FileIO.FileReferenceStatus)"]

relativePath
Type: SystemString

[Missing <param name="relativePath"/> documentation for "M:Rhino.FileIO.FileReference.#ctor(System.String,System.String,Rhino.FileIO.ContentHash,Rhino.FileIO.FileReferenceStatus)"]

hash
Type: Rhino.FileIOContentHash

[Missing <param name="hash"/> documentation for "M:Rhino.FileIO.FileReference.#ctor(System.String,System.String,Rhino.FileIO.ContentHash,Rhino.FileIO.FileReferenceStatus)"]

status
Type: Rhino.FileIOFileReferenceStatus

[Missing <param name="status"/> documentation for "M:Rhino.FileIO.FileReference.#ctor(System.String,System.String,Rhino.FileIO.ContentHash,Rhino.FileIO.FileReferenceStatus)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also