Skip to content

FileMetadataKeys class

namespace: Serenity.Web   assemblySerenity.Net.Services

Contains file metadata key constants

public static class FileMetadataKeys

Public Members

name description
const Description A custom description of the file
const EntityField Fieldname of the associated entity
const EntityId ID/Key of the associated entity
const EntityProperty The property name of the associated entity
const EntityTable Tablename of the associated entity
const EntityType Type of the associated entity
const ImageSize Image size like 300x200
const IsThumbnail Represents the key used to indicate whether an item is a thumbnail image.
const OriginalName Original name of the file
const PrimaryFileExtension Represents the primary file's extension when the file is a derivative version, like a thumbnail or a converted format.
const ThumbSize Generated default thumbnail size like 96x96.

See Also