PublishingSystemManagerServicesGetAssignedTargets Method Ingeniux CMS Web Services API

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: 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

Reference