C# Class Dynamite.Example.ContentOrganizer.Features.DynamiteContentOrganizer.DynamiteContentOrganizerEventReceiver

Inheritance: SPFeatureReceiver
Show file Open project: GSoft-SharePoint/Dynamite-2010-Example-ContentOrganizer

Public Methods

Method Description
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

Feature activation

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Feature deactivating event

Private Methods

Method Description
ConfigureSiteColumns ( SPWeb web ) : void

Configures web sites columns

CreateCustomRules ( SPWeb web ) : void

Creates custom Content Organizer rules

CreateExampleContentType ( SPContentTypeCollection collection ) : void

Creates the Example Document Content Type

CreateRouters ( SPWeb web ) : void

Creates custom content organizer routers

DeleteCustomRules ( SPWeb web ) : void

Delete custom Content Organizer Rules

DeleteRouters ( SPWeb web ) : void

Delete all custom routers

ResolveDependencies ( ) : void

Resolve dependencies for Dynamite Helpers

SetupDestinationList ( SPWeb web, string listUrl ) : void

Setup lists on the web site

SetupDropOffLibrary ( SPWeb web ) : void

Setup the Drop Off Library

Method Details

FeatureActivated() public method

Feature activation
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
return void

FeatureDeactivating() public method

Feature deactivating event
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
return void