BriefItem_File Class
Information about a single file within a digital resource
Namespace: SobekCM.Core.BriefItemAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[DataContractAttribute]
public class BriefItem_File |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
 | Attributes | Other attributes associated with this file, that may be needed for display purposes |
 | File_Extension | File extension, extrapolated from the file name |
 | Height | Height of the file (in pixels), if relevant and available |
 | Height_AsString | Height of the file (in pixels), if relevant and available |
 | MIME_Type | Gets the MIME Type of this file |
 | Name | Name for this file |
 | Width | Width of the file (in pixels), if relevant and available |
 | Width_AsString | Width of the file (in pixels), if relevant and available |
See Also