Newer Version Available
ManagedContentSpaces Class
Get channels in a managed content space. Add or remove channels from a managed content
space.
Namespace
ManagedContentSpaces Methods
These methods are for ManagedContentSpaces. All
methods are static.
getManagedContentSpaceChannels(contentSpaceId, pageParam, pageSize)
Get channels for a managed content space.
API Version
62.0
Requires Chatter
No
Signature
public static ConnectApi.ManagedContentSpaceChannelsRepresentation getManagedContentSpaceChannels(String contentSpaceId, Integer pageParam, Integer pageSize)
Parameters
- contentSpaceId
- Type: String
- ID of the managed content space.
- pageParam
- Type: Integer
- Number of the page you want returned. Starts at 0. If you pass in null or 0, the first page is returned.
- pageSize
- Type: Integer
- Number of items per page. Valid values are from 1 through 250. If you pass in null, the default size is 25. Items are sorted by the last modified date.
Return Value
patchManagedContentSpaceChannels(contentSpaceId, spaceChannels)
Add or remove channels from a managed content space.
API Version
62.0
Requires Chatter
No
Signature
public static ConnectApi.ManagedContentSpaceChannelsRepresentation patchManagedContentSpaceChannels(String contentSpaceId, ConnectApi.ManagedContentSpaceChannelsInputRepresentation spaceChannels)
Parameters
- contentSpaceId
- Type: String
- ID of the managed content space.
- spaceChannels
- Type: ConnectApi.ManagedContentSpaceChannelsInputRepresentation
- ConnectApi.ManagedContentSpaceChannelsInputRepresentation input class with the channels to add or remove from the managed content space.