Classes

  Class Description
Public class BinaryLoader
Returns the file content of a File, Flash or Image property. Ingoing parameters used by BinaryLoader.axd: - ParameterConstants.OWNER_ID: owner ID (Guid). - ParameterConstants.OWNER_TYPE: owner type (short, as in CMS.Content.PropertyOwnerTypes, default: PAGE = 0). - ParameterConstants.PROPERTY_ID: property ID (mandatory if property name and value index is not used). - ParameterConstants.PROPERTY_NAME: property name (mandatory if property ID and value ID is not used). - ParameterConstants.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. - ParameterConstants.RESIZE_IMAGE_FORMAT: image format of resized image ("gif", "jpeg" or "png"), if null jpeg is used. - ParameterConstants.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. - ParameterConstants.VALUE_ID: value ID. - ParameterConstants.VALUE_INDEX: value index (int, 0..n-1, default: 0). - ParameterConstants.FILE_NAME: file name to determine which value to use (instead of value ID/value index).
Public class FLVStreaming
Binaryloader for FLV streams.
Public class TemplateHandler
Http handler for handling aspx-pages in the templates folder.