Gets the CanViewExtenrally flag true or false.
object.GetCanViewExternallyFlag()
CaWTakeSnapshot
None
A boolean - If true snapshot is visible to other projects, if false only current project has visibility.
The CanViewExternally flag defaults to true.
Example
Dim objTakeSnapshot Set objTakeSnapshot = objContext.GetTakeSnapshot() BlnFlag = objTakeSnapshot.GetCanViewExternallyFlag()
More information:
| Copyright © 2013 CA. All rights reserved. |
|