[Missing <summary> documentation for "N:Litium.Foundation.Modules.ProductCatalog.BinaryLoader"]

Classes

  Class Description
Public class BinaryLoader
Returns the file content of a File, Flash or Image property. Ingoing parameters used by BinaryLoader.axd: - PARAMETER_OWNER_ID: owner ID (Guid). - PARAMETER_OWNER_TYPE: owner type (short, as in CMS.Content.PropertyOwnerTypes, default: PAGE = 0). - PARAMETER_PROPERTY_ID: property ID (mandatory if property name and value index is not used). - PARAMETER_PROPERTY_NAME: property name (mandatory if property ID and value ID is not used). - PARAMETER_RESIZE_HEIGHT: height of resized image or -1 to set according to height/width ratio, if both height and width null original height is used. - PARAMETER_RESIZE_IMAGE_FORMAT: image format of resized image ("gif", "jpeg" or "png"), if null jpeg is used. - PARAMETER_RESIZE_WIDTH: width of resized image or -1 to set according to height/width ratio, if both height and width null original width is used. - PARAMETER_VALUE_ID: value ID. - PARAMETER_VALUE_INDEX: value index (int, 0..n-1, default: 0).