Properties
| Name | Access | Type | Description | 
|---|---|---|---|
| Content | Read | Content | Content | 
| ContentId | Read, Write | Nullable of Guid | Content Id | 
| ContentUrl | Read, Write | String | Content Url | 
| CreatedDate | Read, Write | DateTime | Created Date | 
| Errors | Read | IList of Error | Errors | 
| TypeId | Read, Write | Nullable of Guid | Type Id | 
| User | Read, Write | User | User | 
| UserId | Read, Write | Int32 | User Id | 
| Warnings | Read | IList of Warning | Warnings | 
Methods
HasErrors
Velocity
#set($booleanResponse = $like.HasErrors())
JavaScript
var booleanResponse = like.HasErrors();
Returns
BooleanHasWarnings
Velocity
#set($booleanResponse = $like.HasWarnings())
JavaScript
var booleanResponse = like.HasWarnings();
Returns
BooleanHasWarningsOrErrors
Velocity
#set($booleanResponse = $like.HasWarningsOrErrors())
JavaScript
var booleanResponse = like.HasWarningsOrErrors();
Returns
BooleanThrowErrors
Velocity
$like.ThrowErrors()
JavaScript
like.ThrowErrors();
 
				