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

Is the top frame shown

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

Syntax

C#
public void GetFrameInformation(
	int accountId,
	ref bool isTopFrame,
	ref bool isTopBanner,
	ref bool isSideBanner
)
Visual Basic (Declaration)
Public Sub GetFrameInformation ( _
	accountId As Integer, _
	ByRef isTopFrame As Boolean, _
	ByRef isTopBanner As Boolean, _
	ByRef isSideBanner As Boolean _
)
Visual C++
public:
void GetFrameInformation(
	int accountId, 
	bool% isTopFrame, 
	bool% isTopBanner, 
	bool% isSideBanner
)

Parameters

accountId
Type: System..::.Int32
isTopFrame
Type: System..::.Boolean%
isTopBanner
Type: System..::.Boolean%
isSideBanner
Type: System..::.Boolean%

Return Value

true if the top frame is shown, false otherwise

See Also