SobekCM_Database.Save_Behaviors Method
Save all the item behaviors associated with a SobekCM Digital Resource
Namespace: SobekCM.Resource_Object.DatabaseAssembly: SobekCM_Resource_Object (in SobekCM_Resource_Object.dll) Version: 4.10.0.0 (4.10.0)
Syntax
C# |
---|
public static void Save_Behaviors(
SobekCM_Item ThisPackage,
bool TextFlag,
bool Mass_Update_Mode,
bool Minimal_Mode
) |
Parameters
- ThisPackage
- Type: SobekCM.Resource_Object..::..SobekCM_Item
Digital resource which needs to have its behaviors saved to the SobekCM database
- TextFlag
- Type: System..::..Boolean
Flag indicates if this item has text files
- Mass_Update_Mode
- Type: System..::..Boolean
Flag indicates if this is a mass-update mode, in which case all items within a single item group will be updated
- Minimal_Mode
- Type: System..::..Boolean
Flag indicates if this is just additive with new viewers and setting the text flag
See Also