Sets the CanViewExtenrally flag true or false.
object.SetCanViewExternallyFlag(blnFlag)
CaWTakeSnapshot
blnFlag - A boolean, If true snapshot is visible to other projects, if false only current project has visibility.
bool - Value that was set.
The CanViewExternally flag defaults to true.
Example
Dim objTakeSnapshot Set objTakeSnapshot = objContext.GetTakeSnapshot() objTakeSnapshot.SetCanViewExternallyFlag(True)
More information:
| Copyright © 2013 CA. All rights reserved. |
|