IPublishingTargetProfile Property
|
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IPublishingProfile Profile { get; set; }
Property Profile As IPublishingProfile
Get
Set
property IPublishingProfile^ Profile {
IPublishingProfile^ get ();
void set (IPublishingProfile^ value);
}
abstract Profile : IPublishingProfile with get, set
Property Value
Type:
IPublishingProfileRemarks If this Publishing Target doesn't belong to any Publishing Profile, this property returns null.
If this property is set to a null value, then it will not belong to any Publishing Profile.
See Also