Method | Description | |
---|---|---|
CreateFromCommentOrLike ( Node commentOrLike ) : |
||
GetIdFromClientId ( string clientId ) : int | ||
IsJournalId ( string clientId ) : bool | ||
PostInfo ( JournalItem journalItem, string lastPath ) : System | ||
PostInfo ( Node node ) : System |
Method | Description | |
---|---|---|
PostInfo ( ) : System |
public static CreateFromCommentOrLike ( Node commentOrLike ) : |
||
commentOrLike | Node | |
return |
public static GetIdFromClientId ( string clientId ) : int | ||
clientId | string | |
return | int |
public static IsJournalId ( string clientId ) : bool | ||
clientId | string | |
return | bool |
public PostInfo ( JournalItem journalItem, string lastPath ) : System | ||
journalItem | JournalItem | |
lastPath | string | |
return | System |