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

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

Syntax

C#Copy imageCopy Code
public static  GetRelation(
	string code
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function GetRelation ( _
	code As  _
) As 

Parameters

code
String

Return Value

Returns the ContentRelation or null if the relation does not exist.

See Also

Advanced