Click or drag to resize

IPublishingManagerProfiles Method (String)


Retrieves a collection of Publishing Profiles by their unique IDs.

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

Parameters

pubProfileIds
Type: SystemString
IDs of publishing profiles to retrieve

Return Value

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