AttachmentHistoryExtensions Class |
Namespace: CMS.DocumentEngine
public static class AttachmentHistoryExtensions
The AttachmentHistoryExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AllInVersion |
Filters all attachment histories for given version history ID.
|
![]() ![]() | ExceptVariants |
Filters attachment histories to get only ones which do not represent variants.
|
![]() ![]() | GenerateAllVariants |
Generates all image variants for given attachment overwriting existing variants.
|
![]() ![]() | GenerateMissingVariants |
Generates attachment image variants which were not yet generated.
|
![]() ![]() | GenerateVariant |
Generates single image variant for given attachment. The variant is specified by definitionIdentifier parameter.
|
![]() ![]() | GetVariant |
Returns AttachmentHistoryInfo that represents variant of the given attachment. The variant is specified by definitionIdentifier parameter.
|
![]() ![]() | InVersionExceptVariants |
Filters attachment histories to get only those which do not represent variants for given version history ID.
|