SobekCM_Database.Update_Item_Aggregation Method
Updates an existing item aggregation's data that appears in the basic edit aggregation form
Namespace: SobekCM.Library.DatabaseAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Update_Item_Aggregation(
string Code,
string Name,
string ShortName,
bool IsActive,
bool IsHidden,
string ExternalLink,
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
- 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 (usually used for institutional aggregationPermissions)
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Boolean TRUE if successful, otherwise FALSE
Remarks
See Also