IPublishingTargetSkipXmpPublish Property
|
Gets/sets whether to publish XMP files for assets.
XMP files contains meta data for assets.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntaxbool SkipXmpPublish { get; set; }
Property SkipXmpPublish As Boolean
Get
Set
property bool SkipXmpPublish {
bool get ();
void set (bool value);
}
abstract SkipXmpPublish : bool with get, set
Property Value
Type:
Boolean
See Also