MethodInput CloneOperationInput Method

Creates a new object that is a copy of the current instance.

Namespace:  Scribe.Core.ConnectorApi.Actions

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

public   static   MethodInput   CloneOperationInput(
	MethodInput   objClone
)

Parameters

objClone

Type: Scribe.Core.ConnectorApi.Actions MethodInput

Return Value

Type: MethodInput

A new object that is a copy of this instance.

See

MethodInput Class

Scribe.Core.ConnectorApi.Actions Namespace