Dynamicweb 8 Documentation
Repository Constructor(ItemType)

Metadata of an item this repository is currently working with.
Initializes a new instance of an object.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal metadata As ItemType _ 
)
public Repository( 
   ItemType metadata 
)

Parameters

metadata
Metadata of an item this repository is currently working with.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionmetadata is null.
System.ArgumentExceptionThe SysteName property of a given item metadata is null or an empty string.
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

Repository Class
Repository Members
Overload List

Send Feedback