Initializes a new instance of the
Asset class.
Namespace: Scanjour.Workflow4.Web.Services.RepositoriesAssembly: Scanjour.Workflow4.Web.Services (in Scanjour.Workflow4.Web.Services.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic Asset(
string key,
byte[] content,
string contentType,
DateTime lastUpdated
)
Public Sub New (
key As String,
content As Byte(),
contentType As String,
lastUpdated As DateTime
)
public:
Asset(
String^ key,
array<unsigned char>^ content,
String^ contentType,
DateTime lastUpdated
)
new :
key : string *
content : byte[] *
contentType : string *
lastUpdated : DateTime -> Asset
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