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

Get instance of Letterhead from the database

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

Syntax

C#
public LetterheadInfo GetLetterhead(
	int letterheadId
)
Visual Basic (Declaration)
Public Function GetLetterhead ( _
	letterheadId As Integer _
) As LetterheadInfo
Visual C++
public:
LetterheadInfo^ GetLetterhead(
	int letterheadId
)

Parameters

letterheadId
Type: System..::.Int32
The unique id of the Letterhead in the database

Return Value

The LetterheadInfo information structure, null if the Letterhead is not found

See Also