Asset Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the Asset class.

Namespace:  Scanjour.Workflow4.Web.Services.Repositories
Assembly:  Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public Asset(
	string key,
	byte[] content,
	string contentType,
	DateTime lastUpdated
)

Parameters

key
Type: SystemString
The key.
content
Type: SystemByte

[Missing <param name="content"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.Asset.#ctor(System.String,System.Byte[],System.String,System.DateTime)"]

contentType
Type: SystemString

[Missing <param name="contentType"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.Asset.#ctor(System.String,System.Byte[],System.String,System.DateTime)"]

lastUpdated
Type: SystemDateTime

[Missing <param name="lastUpdated"/> documentation for "M:Scanjour.Workflow4.Web.Services.Repositories.Asset.#ctor(System.String,System.Byte[],System.String,System.DateTime)"]

See Also

Reference