Click or drag to resize
ItemExtensionsEdit Method
Send an AML edit query to the database with the body of the Item tab being the contents specified

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public static IReadOnlyResult Edit(
	this IItemRef item,
	IConnection conn,
	params Object[] contents
)

Parameters

item
Type: Innovator.ClientIItemRef
conn
Type: Innovator.ClientIConnection
contents
Type: SystemObject
Body of the Item action='edit' tag

Return Value

Type: IReadOnlyResult

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IItemRef. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also