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

Updates the site header

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

Syntax

C#
public void UpdateSiteHeader(
	int accountId,
	string siteHeader
)
Visual Basic (Declaration)
Public Sub UpdateSiteHeader ( _
	accountId As Integer, _
	siteHeader As String _
)
Visual C++
public:
void UpdateSiteHeader(
	int accountId, 
	String^ siteHeader
)

Parameters

accountId
Type: System..::.Int32
The unique id of the account
siteHeader
Type: System..::.String
The site header string

See Also