Sitefinity CMS

Telerik.Cms.Engine Send comments on this topic.
MetaInfo Constructor(String,MetaValueTypes)
See Also 
Telerik.Cms.Engine Namespace > MetaInfo Structure > MetaInfo Constructor : MetaInfo Constructor(String,MetaValueTypes)


key
The object used as key to access data.
type
The type of the data.
Initializes a new instance of MetaInfo struct for the specified key and type.  

 

Namespace: Telerik.Cms.Engine
Assembly: Telerik.Cms.Engine (in Telerik.Cms.Engine.dll)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal key As String, _
   ByVal type As MetaValueTypes _
)
Visual Basic (Usage)Copy Code
Dim key As String
Dim type As MetaValueTypes
 
Dim instance As MetaInfo(key, type)
C# 
public MetaInfo( 
   string key,
   MetaValueTypes type
)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal key As String, _
   ByVal type As MetaValueTypes _
)
Visual Basic (Usage)Copy Code
Dim key As String
Dim type As MetaValueTypes
 
Dim instance As MetaInfo(key, type)
C# 
public MetaInfo( 
   string key,
   MetaValueTypes type
)

Parameters

key
The object used as key to access data.
type
The type of the data.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also