|
EdmObjectFactoryCreateFileObjectFromRelativePath Method
|
Creates the file object using relative path.
Namespace:
CADSharpTools.Testing
Assembly:
CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntaxpublic static IEdmFile5 CreateFileObjectFromRelativePath(
IEdmVault5 vault,
string relativePath
)
Public Shared Function CreateFileObjectFromRelativePath (
vault As IEdmVault5,
relativePath As String
) As IEdmFile5
Parameters
- vault
- Type: IEdmVault5
Vault object. - relativePath
- Type: SystemString
Relative path to the vault root folder.
Return Value
Type:
IEdmFile5IEdmFile5 object
Remarks-
Relative path is with regards to the vault's root folder.
-
Only use this method to get the IEdmFile5 of files that have local copies.
See Also