UpdateFileReferencesModel Constructor
Constructs a UpdateFileReferencesModel object
Syntax
public UpdateFileReferencesModel(
Connection vltConn,
FilePathAbsolute sourceFile,
System.Collections.Generic.IEnumerable<FileReference> references,
System.bool fileOpened,
System.Collections.Generic.IDictionary<string,object> properties
)Public Function New( _
ByVal vltConn As Connection, _
ByVal sourceFile As FilePathAbsolute, _
ByVal references As System.Collections.Generic.IEnumerable(Of FileReference), _
ByVal fileOpened As System.Boolean, _
Optional ByVal properties As System.Collections.Generic.IDictionary(Of String,Object) _
)Parameters
| Name | Description |
|---|---|
| vltConn | Connection to a vault server |
| sourceFile | The file that is being updated |
| references | The references to update in the sourceFile |
| fileOpened | True if the file is already opened by the parent application and therefore, the handler does not need to open or close it |
| properties | An optional bag of properties which can be used by the handler to determine how it should interpret the references |