Click or drag to resize

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)
Syntax
public static IEdmFile5 CreateFileObjectFromRelativePath(
	IEdmVault5 vault,
	string relativePath
)

Parameters

vault
Type: IEdmVault5
Vault object.
relativePath
Type: SystemString
Relative path to the vault root folder.

Return Value

Type: IEdmFile5
IEdmFile5 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