This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Constructor

Namespace: Smartsite.Data
Assembly:  Smartsite.Data (in Smartsite.Data.dll)

Syntax

C#Copy imageCopy Code
public ContentRelation(
	int number,
	string code,
	 relationType,
	string view,
	string description,
	<int> aimRelationOptions
)
Visual Basic (Declaration)Copy imageCopy Code
Public Sub New ( _
	number As Integer, _
	code As , _
	relationType As , _
	view As , _
	description As , _
	aimRelationOptions As (Of Integer) _
)

Parameters

number
Int32
code
String
relationType
RelationType
view
String
description
String
aimRelationOptions
Nullable<(Of <Int32>)>

See Also

Advanced