SocialMediaRule.getList (Method)
Returns a query describing the social media rules.
Returns:
SocialMediaRule_GetList_Result (rowlimitedquery)
Arguments:
Name | Type | Required | Description |
---|---|---|---|
id | SocialMediaRuleID_0 | Optional. Defaults to '0'. | The social media rule to filter by, or 0 for all rules. |
searchString | PlainText_100 | Optional. Defaults to an empty string. | If specified, the string to search against. The search will compare the service name and description fields. |
searchOperator | SearchOperator_EmptyString | Optional. Defaults to an empty string. | The operator used to perform the search; for example, 'Contains', 'Begins with', 'Equals', and so on. |
orderBy | SQLOrderByClause | Optional. Defaults to 'Name ASC'. | The SQL 'order by' clause indicating which column is used as the returned data's sort key. |
Context:
License Requirements | SocialMedia |
Permission Requirements | (none) |
Deny Context | (none) |
Require Context | (none) |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
Code | Error Message |
---|---|
85507 | The orderBy argument must be in the form {ColumnName} [Direction] where ColumnName must be one of the following: Name, Events or Type. Direction is optional with values of ASC or DESC. |
1000103 | A valid search operator is required when specifying a search string. |
Notes:
None