|
Code Details Engine_Library Database Engine_Database Save_Item_Aggregation Method Save_Item_Aggregation (String, String, String, String, Int32, String, Boolean, Boolean, String, Int32, String, String, Custom_Tracer)
Engine_Database.Save_Item_Aggregation Method (String, String, String, String, Int32, String, Boolean, Boolean, String, Int32, String, String, Custom_Tracer)
Save a new item aggregation with the basic details provided in the new aggregation form Namespace: SobekCM.Engine_Library.DatabaseAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Save_Item_Aggregation(
string Code,
string Name,
string ShortName,
string Description,
int ThematicHeadingID,
string Type,
bool IsActive,
bool IsHidden,
string ExternalLink,
int ParentID,
string Username,
string LanguageVariants,
Custom_Tracer Tracer
) |
Parameters- Code
- Type: System..::..String
Code for this item aggregation
- Name
- Type: System..::..String
Name for this item aggregation
- ShortName
- Type: System..::..String
Short version of this item aggregation
- Description
- Type: System..::..String
Description of this item aggregation
- ThematicHeadingID
- Type: System..::..Int32
Thematic heading id for this item aggregation (or -1)
- Type
- Type: System..::..String
Type of item aggregation (i.e., Collection Group, Institution, Exhibit, etc..)
- IsActive
- Type: System..::..Boolean
Flag indicates if this item aggregation is active
- IsHidden
- Type: System..::..Boolean
Flag indicates if this item is hidden
- ExternalLink
- Type: System..::..String
External link for this item aggregation (used primarily for institutional item aggregationPermissions to provide a link back to the institution's actual home page)
- ParentID
- Type: System..::..Int32
ID for the item aggregation parent
- Username
- Type: System..::..String
Username saving this new item aggregation, for the item aggregation milestones
- LanguageVariants
- Type: System..::..String
Details which language variants exist for this item aggregation
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return ValueType: Boolean TRUE if successful, otherwise FALSE
Remarks
See Also
Version 4.10.0 ( last generated Monday, March 7, 2016 )
|