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

The constructor for the metaquery string for an asp.net page

Namespace:  OfficeClip.BusinessLayer.Metabase
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public MetaQueryString(
	Page page,
	int currentGroupId
)
Visual Basic (Declaration)
Public Sub New ( _
	page As Page, _
	currentGroupId As Integer _
)
Visual C++
public:
MetaQueryString(
	Page^ page, 
	int currentGroupId
)

Parameters

page
Type: System.Web.UI..::.Page
The asp.net pagge in question
currentGroupId
Type: System..::.Int32
The current group id

See Also