C# Class BlendInteractive.ExtendedCategories.CategoriesManager

Inheritance: IInitializableModule
Afficher le fichier Open project: deanebarker/Episerver-Extended-Categories

Méthodes publiques

Свойство Type Description
CategoryAssignmentProperties List>.Dictionary

Méthodes publiques

Méthode Description
DeleteAll ( ) : void
GetContent ( EPiServer.Core.ContentReference contentRef, string scope = null ) : IEnumerable
HasCategoryAssignments ( IContent content ) : bool
IndexContentPage ( IContent content ) : int
Initialize ( InitializationEngine context ) : void
OnContentDeleted ( object sender, ContentEventArgs e ) : void
OnContentPublished ( object sender, ContentEventArgs e ) : void
Preload ( string parameters ) : void
Uninitialize ( InitializationEngine context ) : void

Private Methods

Méthode Description
PopulateCategoryAssignmentProperties ( ) : void

Method Details

DeleteAll() public static méthode

public static DeleteAll ( ) : void
Résultat void

GetContent() public static méthode

public static GetContent ( EPiServer.Core.ContentReference contentRef, string scope = null ) : IEnumerable
contentRef EPiServer.Core.ContentReference
scope string
Résultat IEnumerable

HasCategoryAssignments() public static méthode

public static HasCategoryAssignments ( IContent content ) : bool
content IContent
Résultat bool

IndexContentPage() public static méthode

public static IndexContentPage ( IContent content ) : int
content IContent
Résultat int

Initialize() public méthode

public Initialize ( InitializationEngine context ) : void
context InitializationEngine
Résultat void

OnContentDeleted() public méthode

public OnContentDeleted ( object sender, ContentEventArgs e ) : void
sender object
e ContentEventArgs
Résultat void

OnContentPublished() public méthode

public OnContentPublished ( object sender, ContentEventArgs e ) : void
sender object
e ContentEventArgs
Résultat void

Preload() public méthode

public Preload ( string parameters ) : void
parameters string
Résultat void

Uninitialize() public méthode

public Uninitialize ( InitializationEngine context ) : void
context InitializationEngine
Résultat void

Property Details

CategoryAssignmentProperties public_oe static_oe property

public static Dictionary> CategoryAssignmentProperties
Résultat List>.Dictionary