AttachmentExtensionsGenerateVariant Method |
Generates single image variant for given attachment. The variant is specified by definitionIdentifier parameter.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown when either of the parameters are null. |
ArgumentException | Thrown when definitionIdentifier is empty. |
Remarks Deletes an existing variant if the given variant definition is no longer applicable on the attachment.
See Also