Method | Description | |
---|---|---|
ContactFormService ( IOrchardServices services, IEnumerable |
||
DeleteEntry ( Orchard.ContentManagement.ContentItem entry ) : void | ||
GetEntries ( ) : IEnumerable |
||
GetEntriesByTitle ( string title ) : IEnumerable |
||
GetEntry ( int id ) : Orchard.ContentManagement.ContentItem | ||
NewEntry ( |
||
StoreEntry ( |
public ContactFormService ( IOrchardServices services, IEnumerable |
||
services | IOrchardServices | |
filters | IEnumerable |
|
contactFormEventHandler | IContactFormEventHandler | |
return | System.Collections.Generic |
public DeleteEntry ( Orchard.ContentManagement.ContentItem entry ) : void | ||
entry | Orchard.ContentManagement.ContentItem | |
return | void |
public GetEntriesByTitle ( string title ) : IEnumerable |
||
title | string | |
return | IEnumerable |
public GetEntry ( int id ) : Orchard.ContentManagement.ContentItem | ||
id | int | |
return | Orchard.ContentManagement.ContentItem |
public NewEntry ( |
||
entry | ||
return | Orchard.ContentManagement.ContentItem |
public StoreEntry ( |
||
entry | ||
return | Orchard.ContentManagement.ContentItem |