C# 클래스 Dynamite.Example.ContentOrganizer.Features.DynamiteContentOrganizer.DynamiteContentOrganizerEventReceiver

상속: SPFeatureReceiver
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010-Example-ContentOrganizer

공개 메소드들

메소드 설명
FeatureActivated ( SPFeatureReceiverProperties properties ) : void

Feature activation

FeatureDeactivating ( SPFeatureReceiverProperties properties ) : void

Feature deactivating event

비공개 메소드들

메소드 설명
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

메소드 상세

FeatureActivated() 공개 메소드

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

FeatureDeactivating() 공개 메소드

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