FetchDataRun Method
|
|
Retrieve data from the object specified.
Namespace:
MediaCy.Addins.Scripting
Assembly:
MediaCy.Addins.Scripting (in MediaCy.Addins.Scripting.dll) Version: 3.1.0.0
SyntaxPublic Function Run (
ByRef input As Object,
ByRef output As Object
) As Boolean
Parameters
- input
- Type: SystemObject
Object from which to retrieve the data - output
- Type: SystemObject
Output data
Return Value
Type:
BooleanTrue when the data is retrieved
Remarks
See Also