Dynamicweb 8 Documentation
CreateRepository Method

Information about the item for which the repository is being created.
Creates and opens a new repository.
Syntax
'Declaration
 
Public Overridable Function CreateRepository( _ 
   ByVal metadata As ItemType _ 
) As Repository
public virtual Repository CreateRepository( 
   ItemType metadata 
)

Parameters

metadata
Information about the item for which the repository is being created.

Return Value

Created and opened repository.
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

StorageFactory Class
StorageFactory Members

Send Feedback