Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Orders Namespace / OrderNote Class / OrderNote Constructor / OrderNote Constructor(Int32,Int32,DateTime,String,NoteType)
The order this note is associated with
The user this note is associated with
Creation date of this note
The note comment
The type of note
Version
OrderNote Constructor(Int32,Int32,DateTime,String,NoteType)
Initializes a new instance of the OrderNote class.
Syntax

Parameters

orderId
The order this note is associated with
userId
The user this note is associated with
createdDate
Creation date of this note
comment
The note comment
noteType
The type of note
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also