SOLIDWORKS PDM Professional API Help Send Feedback
IEdmVault22 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmVault22 Interface


Allows you to access a file vault.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Example

Remarks

This interface extends IEdmVault21 by providing the ability to clear the Archive Server Get logssynchronize the vault's archive servers with the active directory, get all column sets assigned to the logged-in user, get the current column set for the logged-in user, and set a column set ID in the user's registry.

With IEdmVault22, add-ins can assign customized column sets to vault folders before they are browsed by:

  1. Triggering a pre-browse-folder event (EdmCmdType.EdmCmd_PreBrowseFolder) when the logged-in user browses a folder.
  2. Handling the event by:
    1. Getting all the column set IDs assigned to the logged-in user.
    2. Specifying a column set ID for the folder to be browsed.
  3. Triggering and handling a post-browse-folder event (EdmCmdType.EdmCmd_PostBrowseFolder).

For more information about customized column sets, see the SOLIDWORKS PDM Help > SOLIDWORKS PDM Administration Tool > Columns topics.

See Also