Method GetResolvedContentIds
GetResolvedContentIds(ref UnsafeList<RemoteContentId>)
Retrieves all resolved content ids.
Declaration
public abstract bool GetResolvedContentIds(ref UnsafeList<RemoteContentId> ids)
Parameters
| Type | Name | Description | 
|---|---|---|
| UnsafeList<RemoteContentId> | ids | The set of content ids.  | 
    
Returns
| Type | Description | 
|---|---|
| bool | False if the service does not have any resolved ids, True if it does.  |