CHSDK Class Descriptions › CaWUDP › SetInput Method
SetInput Method
Sets the string that will be piped to stdin for the UDP process.
- Syntax
-
object.SetInput(strInput)
- Owning Class
-
CaWUDP
- Arguments
-
strInput - The string to be passed to stdin.
- Return Value
-
None
- 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.
- SetInput replaces any input that was specified by the administrator for that UDP.
Example
Dim objUDP
Set objUDP = objContext.GetUDP()
If objUDP.UserCanModifyInput Then
objUDP.SetInput(“Input String”)
End If
More information:
- CHSDK Programming Fundamentals
- UserCanModifyInput
- GetInput
|
Copyright © 2013 CA.
All rights reserved.
|
|