New_Aggregation_Arguments Class
Arguments necessary for adding a new item aggregation to the system
Namespace: SobekCM.Core.AggregationsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class New_Aggregation_Arguments |
Inheritance Hierarchy
Constructors
Properties
| Name | Description |
---|
| Active | Flag indicating this item aggregation is active |
| BannerFile | File to use for the banner on this new aggregation |
| ButtonFile | File to use for the button on this new aggregation |
| Code | Code for this item aggregation object |
| Description | Description of this item aggregation (in the default language ) |
| External_Link | External link, generally only used if this is an institutional type aggregation |
| Hidden | Flag indicating this item aggregation is hidden from most displays |
| Name | Full name of this item aggregation |
| NewThematicHeading | Indicates if this is a new thematic heading |
| ParentCode | Code for the aggregation selected as the parent |
| ParentLocked | Indicates if this parent is locked in the user interface |
| ShortName | Short name of this item aggregation |
| Thematic_Heading | Thematic heading for this new aggregation to be linked to |
| Type | Type of item aggregation object |
| User | Name of the user that is creating this aggregation |
See Also