IPublishingManagerProfiles Method (String)
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IEnumerable<IPublishingProfile> Profiles(
string[] pubProfileIds
)
Function Profiles (
pubProfileIds As String()
) As IEnumerable(Of IPublishingProfile)
IEnumerable<IPublishingProfile^>^ Profiles(
array<String^>^ pubProfileIds
)
abstract Profiles :
pubProfileIds : string[] -> IEnumerable<IPublishingProfile>
Parameters
- pubProfileIds
- Type: SystemString
IDs of publishing profiles to retrieve
Return Value
Type:
IEnumerableIPublishingProfileCollection of
Publishing Profiles with matching IDs. Invalid IDs are ignored.
See Also