[This is preliminary documentation and is subject to change.]
            Get instance of Letterhead from the database
            
    Namespace: 
   OfficeClip.DBLayer.TemplateAssembly: 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 
