| Visual Basic | |
|---|---|
Sub RunAsUser( _ ByVal lParentWnd As System.Integer, _ ByVal bsRunASUserName As System.String, _ ByVal bsRunAsPassword As System.String _ ) | |
| C# | |
|---|---|
void RunAsUser( System.int lParentWnd, System.string bsRunASUserName, System.string bsRunAsPassword ) | |
| C++/CLI | |
|---|---|
void RunAsUser( & System.int lParentWnd, & System.String^ bsRunASUserName, & System.String^ bsRunAsPassword ) | |
Parameters
- lParentWnd
- Parent window handle that is passed to add-ins that are notified about file state changes in the vault
- bsRunASUserName
- User name to use to transition the files
- bsRunAsPassword
- Password for bsRunASUserName
See the IEdmBatchChangeState6 examples.
SOLIDWORKS PDM Professional 2024