Get Object of Class / GetObjectofClass (internally is.workflow.actions.getclassaction)

description

summary

Returns a particular object class from the input.

usage

GetObjectofClass "string"

arguments


class: Text (Docs)

Placeholder: "NSString" Default Value: "NSURL" Allows Variables: true

Accepts a string or text with the text. Does not allow newlines.


source json (for developers)

{
	"ActionClass": "WFGetClassAction",
	"Category": "Scripting",
	"Description": {
		"DescriptionSummary": "Returns a particular object class from the input."
	},
	"IconName": "Scripting.png",
	"Input": {
		"Multiple": true,
		"Required": true,
		"Types": [
			"WFContentItem"
		]
	},
	"IsDebugAction": true,
	"Name": "Get Object of Class",
	"Output": {
		"Multiple": true,
		"OutputName": "Object of Class",
		"Types": [
			"WFContentItem"
		]
	},
	"Parameters": [
		{
			"Class": "WFTextInputParameter",
			"DefaultValue": "NSURL",
			"Key": "Class",
			"Label": "Class",
			"Placeholder": "NSString"
		}
	],
	"ShortName": "Object of Class",
	"Subcategory": "Content"
}