Click or drag to resize

IPublishingManagerProfiles(String) Method


Retrieves a collection of Publishing Profiles by their unique IDs.

Namespace: Ingeniux.CMS
Assembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntax
IEnumerable<IPublishingProfile> Profiles(
	string[] pubProfileIds
)

Parameters

pubProfileIds  String
IDs of publishing profiles to retrieve

Return Value

IEnumerableIPublishingProfile
Collection of Publishing Profiles with matching IDs. Invalid IDs are ignored.
See Also