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