| Visual Basic | |
|---|---|
Sub IncludeParentsForRevokeTree( _ ByVal bInclude As System.Boolean _ ) | |
| C# | |
|---|---|
void IncludeParentsForRevokeTree( System.bool bInclude ) | |
| C++/CLI | |
|---|---|
void IncludeParentsForRevokeTree( & System.bool bInclude ) | |
Parameters
- bInclude
- True to include parent files in the file reference tree to revoke transactions, false to not
- S_OK: The method successfully executed.
- S_FALSE: The argument is invalid.
SOLIDWORKS PDM Professional 2015 SP04