IPublishingTargetPropagateVersion Method (IAsset)
|
Sets the marked version to current version on an
Asset
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax void PropagateVersion(
IAsset item
)
Sub PropagateVersion (
item As IAsset
)
void PropagateVersion(
IAsset^ item
)
abstract PropagateVersion :
item : IAsset -> unit
Parameters
- item
- Type: Ingeniux.CMSIAsset
The Asset to propagate
See Also