C# Class GSoft.Dynamite.Examples.Definitions.Features.Wall_Content_Types.Wall_Content_TypesEventReceiver

Inheritance: SPFeatureReceiver
Mostra file Open project: GSoft-SharePoint/Dynamite-2010

Public Properties

Property Type Description
WallPostFields ICollection
WallReplyFields ICollection

Public Methods

Method Description
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

Features the activated.

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Features the deactivating.

Private Methods

Method Description
CreateWallPostContentType ( SPContentTypeCollection collection ) : void

Creates the wall post content type.

CreateWallReplyContentType ( SPContentTypeCollection collection ) : void

Creates the wall reply content type.

ResolveDependencies ( ) : void

Method Details

FeatureActivated() public method

Features the activated.
public FeatureActivated ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
return void

FeatureDeactivating() public method

Features the deactivating.
public FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void
properties SPFeatureReceiverProperties The properties.
return void

Property Details

WallPostFields public_oe property

The wall post fields
public ICollection WallPostFields
return ICollection

WallReplyFields public_oe property

The wall reply fields
public ICollection WallReplyFields
return ICollection