C# Class SitecoreData.DataProviders.TransferUtil

ファイルを表示 Open project: dsolovay/SitecoreData

Public Methods

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

Private Methods

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

Method Details

TransferItemAndDescendants() public static method

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

TransferPath() public static method

public static TransferPath ( string itemPath, Database sourceDatabase, Database targetDatabase, Action callback ) : void
itemPath string
sourceDatabase Database
targetDatabase Database
callback Action
return void