| Visual Basic | |
|---|---|
Sub AddFileShared( _ ByVal lFileID As System.Integer, _ ByVal lParentWindow As System.Integer _ ) | |
| C# | |
|---|---|
void AddFileShared( System.int lFileID, System.int lParentWindow ) | |
| C++/CLI | |
|---|---|
void AddFileShared( & System.int lFileID, & System.int lParentWindow ) | |
Parameters
- lFileID
- ID of file to share
- lParentWindow
- Parent window handle
- S_OK: The method successfully executed.
- E_EDM_NAME_ALREADY_EXISTS: There is already a file with the same name in this folder.
- E_EDM_OPERATION_REFUSED_BY_PLUGIN: One of the installed EdmCmdData.EdmCmd_PreShare hooks did not permit the operation.
- E_EDM_FILE_NOT_FOUND: The source file was not found. (The ID is invalid.)
- E_EDM_PERMISSION_DENIED: The user lacks permission to share the specified file.
IEdmFolder5 Interface
IEdmFolder5 Members
IEdmFolder5::AddFile Method ()
IEdmFolder5::CopyFile Method ()
IEdmFolder5 Members
IEdmFolder5::AddFile Method ()
IEdmFolder5::CopyFile Method ()
SOLIDWORKS PDM Professional Version 5.2