Produces the XML serialization of the Publishing Profiles collection.
The result matches the XML format of PublishingProfiles.xml prior to CMS 9.0.
Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Return Value
Type: XElementXML serialization of publishing profiles and the publishing targets they include.
Examples
<PublishingProfiles > <PubProfile ID="PublishingProfile/43" Name="Production for All Languages"> <BlockedAccess> <Group ID="UserGroups/125" /> </BlockedAccess> <PubTarget ID="PublishingTargets/1" /> <PubTarget ID="PublishingTargets/6" /> </PubProfile> </PublishingProfiles>
See Also