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

Get all instances of Letterhead from the database

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

Syntax

C#
public LetterheadInfo[] GetLetterheadList(
	int userId
)
Visual Basic (Declaration)
Public Function GetLetterheadList ( _
	userId As Integer _
) As LetterheadInfo()
Visual C++
public:
array<LetterheadInfo^>^ GetLetterheadList(
	int userId
)

Parameters

userId
Type: System..::.Int32
The unique id of the user

Return Value

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

See Also