Dynamicweb 8 Documentation
ParseFrom Method (ItemType)

Type to examine.
Returns the item metadata that is parsed from the metadata of the given type.
Syntax
'Declaration
 
Public Shared Function ParseFrom( _ 
   ByVal type As Type _ 
) As ItemType
public static ItemType ParseFrom( 
   Type type 
)

Parameters

type
Type to examine.

Return Value

Item metadata.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ItemType Class
ItemType Members

Send Feedback