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 |
---|
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Attributes | Other attributes associated with this file, that may be needed for display purposes |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | File_Extension | File extension, extrapolated from the file name |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Height | Height of the file (in pixels), if relevant and available |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Height_AsString | Height of the file (in pixels), if relevant and available |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | MIME_Type | Gets the MIME Type of this file |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Name | Name for this file |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Width | Width of the file (in pixels), if relevant and available |
![Public property Public property](http://sobekrepository.org/design/webcontent/codehelp/icons/pubproperty.gif) | Width_AsString | Width of the file (in pixels), if relevant and available |
See Also