public Item Create( string uri, ItemFactory.ItemType itemType )
Public Function Create( _ ByVal uri As String, _ Optional ByVal itemType As ItemFactory.ItemType _ ) As Item
Parameters
- uri
- The full path to the item on disk or portal item identifier for a resource that will be created
- itemType
- (optional) The type of item that is expected to be created, as specified by ItemFactory.ItemType. (default value = PathItem)
Return Value
Item or null if an item cannot be created or found