Method | Description | |
---|---|---|
AllWallPosts ( SPWeb web ) : IEnumerable |
Retrieves all wall posts from SharePoint list
|
|
Create ( SPWeb web, |
Creates a new wall post
|
|
WallPostRepository ( ISharePointEntityBinder binder, IWallReplyRepository wallRepliesRepository, ILogger log ) : System.Collections.Generic |
Constructor to inject repository dependencies
|
public AllWallPosts ( SPWeb web ) : IEnumerable |
||
web | SPWeb | The current web |
return | IEnumerable |
public Create ( SPWeb web, |
||
web | SPWeb | The current web |
newEntity | The new wall post entity | |
return | void |
public WallPostRepository ( ISharePointEntityBinder binder, IWallReplyRepository wallRepliesRepository, ILogger log ) : System.Collections.Generic | ||
binder | ISharePointEntityBinder | The entity binder for mappings between list items and entities |
wallRepliesRepository | IWallReplyRepository | Wall replies repository |
log | ILogger | Logging utility |
return | System.Collections.Generic |