Class CmsPackage
The Object Type 130. This object type consists of an XML file in the specially defined '.opfz' format and serves to configure a completely new 'NovaDB' application or to extend an existing one. It is a combination of object definitions, object references, instances, and their contents to form a logical package unit. This allows the information required for a field of application, such as 'Web Shop', to be summarized thematically.
Inherited Members
Namespace: Noxum.Nova.Cms.Client
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
public class CmsPackage : CmsObject
Properties
PackageCompany
Get or set value of attribute 13003
Declaration
public string PackageCompany { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PackageCopyright
Get or set value of attribute 13004
Declaration
public string PackageCopyright { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PackageDependencies
Get or set values of attribute 13006
Declaration
public IEnumerable<int> PackageDependencies { get; set; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<int> |
PackageIdentifier
Get or set value of attribute 13005
Declaration
public string PackageIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PackageReleased
Get or set value of attribute 13002
Declaration
public DateTime? PackageReleased { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
PackageVersion
Get or set value of attribute 13001
Declaration
public string PackageVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetAttributeDescription(int)
Get value of attribute 1012
Declaration
public string GetAttributeDescription(int language)
Parameters
| Type | Name | Description |
|---|---|---|
| int | language |
Returns
| Type | Description |
|---|---|
| string |
SetAttributeDescription(int, string)
Set value of attribute 1012
Declaration
public void SetAttributeDescription(int language, string value)
Parameters
| Type | Name | Description |
|---|---|---|
| int | language | |
| string | value |