| Visual Basic | |
|---|---|
Sub GetClientLog( _ ByRef pbsRetLogs As System.String _ ) | |
| C# | |
|---|---|
void GetClientLog( out System.string pbsRetLogs ) | |
| C++/CLI | |
|---|---|
void GetClientLog( & [Out] System.String^ pbsRetLogs ) | |
Parameters
- pbsRetLogs
- Contents of the current user's log
The current user's log appears when you click SOLIDWORKS PDM Administration > Local Settings > Log File in the SOLIDWORKS PDM Administration Tool. This method returns the full log.
SOLIDWORKS PDM Professional 2015 SP03