C# Class Sitecore.Modules.WeBlog.EventHandlers.SyncBucket

Afficher le fichier Open project: WeTeam/WeBlog

Méthodes publiques

Méthode Description
OnItemSaved ( object sender, EventArgs args ) : void

Méthodes protégées

Méthode Description
GetBucketRoot ( System.Item item ) : System.Item
GetDestinationFolderPath ( System.Item topParent, System.DateTime childItemCreationDateTime, System.Item itemToMove ) : string
IsAlreadyOnItsPlace ( System.Item itemToCheck, System.Item bucketRoot ) : bool

Private Methods

Méthode Description
IsPublish ( ) : bool

Method Details

GetBucketRoot() protected méthode

protected GetBucketRoot ( System.Item item ) : System.Item
item System.Item
Résultat System.Item

GetDestinationFolderPath() protected méthode

protected GetDestinationFolderPath ( System.Item topParent, System.DateTime childItemCreationDateTime, System.Item itemToMove ) : string
topParent System.Item
childItemCreationDateTime System.DateTime
itemToMove System.Item
Résultat string

IsAlreadyOnItsPlace() protected méthode

protected IsAlreadyOnItsPlace ( System.Item itemToCheck, System.Item bucketRoot ) : bool
itemToCheck System.Item
bucketRoot System.Item
Résultat bool

OnItemSaved() public méthode

public OnItemSaved ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void