C# Class SitecoreData.DataProviders.TransferUtil

Afficher le fichier Open project: dsolovay/SitecoreData

Méthodes publiques

Méthode Description
TransferItemAndDescendants ( System.Item item, DataProviderWrapper provider, Action callback ) : void
TransferPath ( string itemPath, Database sourceDatabase, Database targetDatabase, Action callback ) : void

Private Methods

Méthode Description
TransferAncestors ( System.Item item, DataProviderWrapper provider, Action callback ) : void
TransferSingleItem ( System.Item item, DataProviderWrapper provider, Action callback ) : void

Method Details

TransferItemAndDescendants() public static méthode

public static TransferItemAndDescendants ( System.Item item, DataProviderWrapper provider, Action callback ) : void
item System.Item
provider DataProviderWrapper
callback Action
Résultat void

TransferPath() public static méthode

public static TransferPath ( string itemPath, Database sourceDatabase, Database targetDatabase, Action callback ) : void
itemPath string
sourceDatabase Database
targetDatabase Database
callback Action
Résultat void