Click or drag to resize

PublishingSystemManagerServicesGetAssignedTargets Method


Retrieves the list of Publishing Targets that weren were assigned to any Publishing Profiles

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
Syntax
public XHRServiceResponseGeneric<PublishingProfileExcludeTargetsInfo> GetAssignedTargets()

Return Value

Type: XHRServiceResponseGenericPublishingProfileExcludeTargetsInfo

Object containing array of Publishing Target Ids that are included by Publishing Profiles already

Examples
Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": {
        "excludeIds": [["PublishingTargets\/1"]]
    }
}
See Also