Class CmsMediaType
The Object Type 100.
This object type describes the type and format of a media object, such as a picture or a document. It contains further parameters to describe the media type, such as the file extension or jobs that are executed when a new media type is uploaded.
Assembly: Noxum.Nova.Cms.Client.dll
public class CmsMediaType : CmsObject
Properties
Get or set value of attribute 1016
Declaration
public int? AttributeIcon { get; set; }
Property Value
Get or set values of attribute 10006
Declaration
public IEnumerable<int> MediaTypeBinaryJobs { get; set; }
Property Value
Get or set value of attribute 10003
Declaration
public string MediaTypeCheckRegex { get; set; }
Property Value
Get or set value of attribute 10005
Declaration
public string MediaTypeCheckXmlLocalName { get; set; }
Property Value
Get or set value of attribute 10004
Declaration
public string MediaTypeCheckXmlNamespaceURI { get; set; }
Property Value
Get or set values of attribute 10002
Declaration
public IEnumerable<string> MediaTypeFileExtensions { get; set; }
Property Value
Get or set values of attribute 10007
Declaration
public IEnumerable<int> MediaTypeGeneralInformationRefs { get; set; }
Property Value
Get or set value of attribute 10001
Declaration
public string MediaTypeIdentifier { get; set; }
Property Value
Get or set value of attribute 13000
Declaration
public int? PackageMembership { get; set; }
Property Value
Methods
Get value of attribute 1012
Declaration
public string GetAttributeDescription(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
Get value of attribute 1000
Declaration
public string GetAttributeName(int language)
Parameters
| Type |
Name |
Description |
| int |
language |
|
Returns
Set value of attribute 1012
Declaration
public void SetAttributeDescription(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|
Set value of attribute 1000
Declaration
public void SetAttributeName(int language, string value)
Parameters
| Type |
Name |
Description |
| int |
language |
|
| string |
value |
|