[This is preliminary documentation and is subject to change.]
Constructor
Namespace:
OfficeClip.BusinessLayer.TemplateAssembly: OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public LetterheadInfo( int letterheadId, decimal accountId, string name, string html, int createdByUserId, DateTime createdByTimestamp, int lastUpdatedUserId, DateTime lastUpdatedTimestamp ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ letterheadId As Integer, _ accountId As Decimal, _ name As String, _ html As String, _ createdByUserId As Integer, _ createdByTimestamp As DateTime, _ lastUpdatedUserId As Integer, _ lastUpdatedTimestamp As DateTime _ ) |
Visual C++ |
---|
public: LetterheadInfo( int letterheadId, Decimal accountId, String^ name, String^ html, int createdByUserId, DateTime createdByTimestamp, int lastUpdatedUserId, DateTime lastUpdatedTimestamp ) |
Parameters
- letterheadId
- Type: System..::.Int32
The unique id of the letterhead
- accountId
- Type: System..::.Decimal
the unique id of the account
- name
- Type: System..::.String
The name of the letterhead
- html
- Type: System..::.String
the heml part of the letterhead
- createdByUserId
- Type: System..::.Int32
the unique id of the created user
- createdByTimestamp
- Type: System..::.DateTime
The created by timestamp
- lastUpdatedUserId
- Type: System..::.Int32
The last updated user id
- lastUpdatedTimestamp
- Type: System..::.DateTime
The last updated timestamp