SOLIDWORKS PDM Professional API Help Send Feedback
IEdmFile5 Interface Members
See Also  Properties  Methods 
  
EPDM.Interop.epdm Namespace : IEdmFile5 Interface

The following tables list the members exposed by IEdmFile5.

Public Properties

 NameDescription
 PropertyCurrentRevisionGets the file's current revision.  
 PropertyCurrentStateGets the file's current workflow state.  
 PropertyCurrentVersionGets the file's current version number.  
 PropertyIDGets the database ID of this file.  
 PropertyIsLockedGets whether the file is checked out.  
 PropertyLockedByUserGets the user who has the file checked out.  
 PropertyLockedByUserIDGets the ID of the user who has the file checked out.  
 PropertyLockedInFolderGets the folder in which this file is checked out.  
 PropertyLockedInFolderIDGets the ID of the folder in which this file is checked out.  
 PropertyLockedOnComputerGets the name of the computer to which the file is checked out.  
 PropertyLockPathGets the full path to the checked-out file.  
 PropertyNameGets the name of the file.  
 PropertyObjectTypeGets the type of object.  
 PropertyVaultGets the file vault to which this file belongs.  
Top

Public Methods

 NameDescription
 MethodChangeStateObsolete. Superseded by IEdmFile10::ChangeState2.  
 MethodGetConfigurationsGets a list of names of the configurations for the specified version of this file.  
 MethodGetEnumeratorVariableGets an interface to this file's data card variables.  
 MethodGetFileCopyGets a copy of the file with the specified version from the archive and deposits it in the specified location.  
 MethodGetFirstFolderPositionStarts an enumeration of the parent folders of this file.  
 MethodGetLocalFileDateGets the date and timestamp of a local copy of this file.  
 MethodGetLocalFileSizeObsolete. Superseded by IEdmFile9::GetLocalFileSize2.  
 MethodGetLocalPathGets the full path to this file in the specified parent folder.  
 MethodGetLocalRevisionNameGets the revision name of the local copy of this file.  
 MethodGetLocalVersionNoObsolete. Superseded by IEdmFile12::GetLocalVersionNo2.  
 MethodGetNextFolderGets the next parent folder of this file.  
 MethodGetReferenceTreeGets an interface to the files that reference or are referenced by this file.  
 MethodGetRevisionGeneratorInfoGets information about this file for the revision generator.  
 MethodIncrementRevisionCreates a new revision of this file.  
 MethodIsKindOfChecks whether the object is of a certain type.  
 MethodLockFileChecks out this file from the vault to which the user is currently logged in.  
 MethodRefreshRefreshes the file.  
 MethodRenameObsolete. Superseded by IEdmFile6::RenameEx.  
 MethodUndoLockFileRemoves the check-out of a file without saving changes to the archive.  
 MethodUnlockFileChecks in this file.  
Top

See Also