Метод | Описание | |
---|---|---|
GetBigPostMarkupStr ( ) : string | ||
GetCommentControlMarkup ( Node contextNode, int &commentCount, int &likeCount ) : string |
Gets markup for a Comment control
|
|
GetCommentControlMarkup ( Node contextNode, string hiddenCommentsMarkup, string commentsMarkup, int commentCount, |
Gets markup for a Comment control
|
|
GetCommentMarkup ( System.DateTime creationDate, |
Gets markup for a comment.
|
|
GetCommentMarkup ( string markupStr, System.DateTime creationDate, |
||
GetCommentMarkupStr ( ) : string | ||
GetCommentSectionMarkupStr ( ) : string | ||
GetContentCardMarkup ( Node sharedContent, string contextPath ) : string | ||
GetContentWallMarkup ( Node contextNode, string hiddenCommentsMarkup, string commentsMarkup, int commentCount, |
Gets markup for a Content Wall
|
|
GetContentWallMarkup ( string markupStr, Node contextNode, string hiddenCommentsMarkup, string commentsMarkup, int commentCount, |
||
GetContentWallMarkupStr ( ) : string | ||
GetLikeListItemMarkup ( |
Gets markup for an item in the list of people who liked an item
|
|
GetMarkupString ( string filePath ) : string |
Gets Binary of a Content Repository File in a string.
|
|
GetPostMarkup ( |
Gets markup for a new post, when there are no comments and likes yet.
|
|
GetPostMarkup ( |
Gets markup for a Post.
|
|
GetPostMarkup ( string markupStr, string commentSectionStr, |
||
GetSmallPostMarkupStr ( ) : string | ||
GetWallPostsMarkup ( string contextPath, List |
||
HasLikePermission ( Node commentNode ) : bool | ||
HasWallPermission ( string workspacePath ) : bool | ||
HasWallPermission ( string workspacePath, Node workspace ) : bool |
Checks if current user can interact with wall. Parameter workspace is optional - if omitted, it will be loaded if Posts folder does not exist.
|
Метод | Описание | |
---|---|---|
GetFriendlyDate ( System.DateTime date ) : string |
public static GetBigPostMarkupStr ( ) : string | ||
Результат | string |
public static GetCommentControlMarkup ( Node contextNode, int &commentCount, int &likeCount ) : string | ||
contextNode | Node | |
commentCount | int | |
likeCount | int | |
Результат | string |
public static GetCommentControlMarkup ( Node contextNode, string hiddenCommentsMarkup, string commentsMarkup, int commentCount, |
||
contextNode | Node | |
hiddenCommentsMarkup | string | |
commentsMarkup | string | |
commentCount | int | |
likeInfo | ||
Результат | string |
public static GetCommentMarkup ( System.DateTime creationDate, |
||
creationDate | System.DateTime | Date when the comment was created |
user | User who created the comment. | |
text | string | Text of the comment. |
commentId | int | |
likeInfo | ||
commentNode | Node | |
Результат | string |
public static GetCommentMarkup ( string markupStr, System.DateTime creationDate, |
||
markupStr | string | |
creationDate | System.DateTime | |
user | ||
text | string | |
commentId | int | |
likeInfo | ||
commentNode | Node | |
Результат | string |
public static GetCommentMarkupStr ( ) : string | ||
Результат | string |
public static GetCommentSectionMarkupStr ( ) : string | ||
Результат | string |
public static GetContentCardMarkup ( Node sharedContent, string contextPath ) : string | ||
sharedContent | Node | |
contextPath | string | |
Результат | string |
public static GetContentWallMarkup ( Node contextNode, string hiddenCommentsMarkup, string commentsMarkup, int commentCount, |
||
contextNode | Node | |
hiddenCommentsMarkup | string | |
commentsMarkup | string | |
commentCount | int | |
likeInfo | ||
postsMarkup | string | |
Результат | string |
public static GetContentWallMarkup ( string markupStr, Node contextNode, string hiddenCommentsMarkup, string commentsMarkup, int commentCount, |
||
markupStr | string | |
contextNode | Node | |
hiddenCommentsMarkup | string | |
commentsMarkup | string | |
commentCount | int | |
likeInfo | ||
postsMarkup | string | |
Результат | string |
public static GetContentWallMarkupStr ( ) : string | ||
Результат | string |
public static GetLikeListItemMarkup ( |
||
user | ||
Результат | string |
public static GetMarkupString ( string filePath ) : string | ||
filePath | string | |
Результат | string |
public static GetPostMarkup ( |
||
postInfo | ||
contextPath | string | |
Результат | string |
public static GetPostMarkup ( |
||
postInfo | ||
contextPath | string | |
hiddenCommentsMarkup | string | |
commentsMarkup | string | |
commentCount | int | |
likeInfo | ||
drawBoundary | bool | |
Результат | string |
public static GetPostMarkup ( string markupStr, string commentSectionStr, |
||
markupStr | string | |
commentSectionStr | string | |
postInfo | ||
contextPath | string | |
hiddenCommentsMarkup | string | |
commentsMarkup | string | |
commentCount | int | |
likeInfo | ||
drawBoundary | bool | |
Результат | string |
public static GetSmallPostMarkupStr ( ) : string | ||
Результат | string |
public static GetWallPostsMarkup ( string contextPath, List |
||
contextPath | string | |
posts | List |
|
Результат | string |
public static HasLikePermission ( Node commentNode ) : bool | ||
commentNode | Node | |
Результат | bool |
public static HasWallPermission ( string workspacePath ) : bool | ||
workspacePath | string | |
Результат | bool |
public static HasWallPermission ( string workspacePath, Node workspace ) : bool | ||
workspacePath | string | |
workspace | Node | |
Результат | bool |