Description
Restore the last saved input file in the context input stack. This operation must be used only if a PUSH operation was previously made. Return the first pushed file.
Operation id | Context.PullBlob |
Aliases | Blob.Pull
|
Category | Push & Pop |
Label | Pull File |
Requires | |
Since | |
Parameters
No parameters.
Signature
Implementation information
JSON definition
{
"id" : "Context.PullBlob",
"aliases" : [ "Blob.Pull" ],
"label" : "Pull File",
"category" : "Push & Pop",
"requires" : null,
"description" : "Restore the last saved input file in the context input stack. This operation must be used only if a PUSH operation was previously made. Return the first <i>pushed</i> file.",
"url" : "Context.PullBlob",
"signature" : [ "void", "blob" ],
"params" : [ ]
}