Retrieves the list of Publishing Targets that weren were assigned to any Publishing Profiles
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
public XHRServiceResponseGeneric<PublishingProfileExcludeTargetsInfo> GetAssignedTargets()
Return Value
Type: XHRServiceResponseGenericPublishingProfileExcludeTargetsInfoObject containing array of Publishing Target Ids that are included by Publishing Profiles already
Examples
JavaScript
{ "code": 0, "error": null, "message": { "excludeIds": [["PublishingTargets\/1"]] } }
See Also