Click or drag to resize

Asset Constructor

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: 24.5.0.0 (24.5.0.0)
Syntax
public Asset(
	string key,
	byte[] content,
	string contentType,
	DateTime lastUpdated
)

Parameters

key  String
The key.
content  Byte

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

contentType  String

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

lastUpdated  DateTime

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

See Also