[This is preliminary documentation and is subject to change.]

Updates the letterhead

Namespace:  OfficeClip.DBLayer.Template
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void UpdateLetterhead(
	int letterheadId,
	string html,
	int lastUpdatedUserId
)
Visual Basic (Declaration)
Public Sub UpdateLetterhead ( _
	letterheadId As Integer, _
	html As String, _
	lastUpdatedUserId As Integer _
)
Visual C++
public:
void UpdateLetterhead(
	int letterheadId, 
	String^ html, 
	int lastUpdatedUserId
)

Parameters

letterheadId
Type: System..::.Int32
The unique id of the letterhead
html
Type: System..::.String
The html part of the letterhead
lastUpdatedUserId
Type: System..::.Int32
The user id of the user who last updated the letterhead

See Also