Initializes a new instance of the AdvancedSearchInfo class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public AdvancedSearchInfo(
	SettingsHeadersWrapperBase[] headers,
	string objectTypeName,
	string folioId,
	SettingsViewType viewType,
	string instanceId
)
Visual Basic
Public Sub New ( _
	headers As SettingsHeadersWrapperBase(), _
	objectTypeName As String, _
	folioId As String, _
	viewType As SettingsViewType, _
	instanceId As String _
)
Visual C++
public:
AdvancedSearchInfo(
	array<SettingsHeadersWrapperBase^>^ headers, 
	String^ objectTypeName, 
	String^ folioId, 
	SettingsViewType viewType, 
	String^ instanceId
)

Parameters

headers
Type: array<Cartella.Models..::..SettingsHeadersWrapperBase>[]()[][]
objectTypeName
Type: System..::..String
folioId
Type: System..::..String
viewType
Type: Cartella.Models..::..SettingsViewType
instanceId
Type: System..::..String

See Also