Description
Push the input file on the context stack. The file can be restored later as the input using the corrresponding pop operation. Returns the input file.
Operation id | Context.PushBlob |
Aliases | Blob.Push
|
Category | Push & Pop |
Label | Push File |
Requires | |
Since | |
Parameters
No parameters.
Signature
Implementation information
JSON definition
{
"id" : "Context.PushBlob",
"aliases" : [ "Blob.Push" ],
"label" : "Push File",
"category" : "Push & Pop",
"requires" : null,
"description" : "Push the input file on the context stack. The file can be restored later as the input using the corrresponding pop operation. Returns the input file.",
"url" : "Context.PushBlob",
"signature" : [ "blob", "blob" ],
"params" : [ ]
}