CHSDK Class Descriptions › CaWUDP › GetInput Method
GetInput Method
Returns the current string that will be passed to the stdin of the process on execution.
- Syntax
-
object.GetInput()
- Owning Class
-
CaWUDP
- Arguments
-
None
- Return Value
-
A string that will be passed to input of executing process.
- Notes
-
- Permission must be given by CA Harvest SCM Administer to allow user-modifiable input. See GetUserCanModifyInput() to determine if the administrator has secured input.
- GetInput returns the default string specified by the CA Harvest SCM administrator if not yet modified by SetInput(); otherwise returns the current value for the input.
- Output from the process will be sent to the CaHarvest log.
Example
Dim objUDP
Set objUDP = objContext.GetUDP()
strInput = objUDP.GetInput()
More information:
- CHSDK Programming Fundamentals
- SetInput
|
Copyright © 2013 CA.
All rights reserved.
|
|