Click or drag to resize

IPublishingTargetProfile Property


Gets/sets the Publishing Profile to which this Publishing Target belongs.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
IPublishingProfile Profile { get; set; }

Property Value

Type: IPublishingProfile
Remarks

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