Click or drag to resize

IArchiverSaveArchiveSettings Method


Save the archive settings for the specified type

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void SaveArchiveSettings(
	string typeStr,
	Action<ArchiveSettings> setAction
)

Parameters

typeStr
Type: SystemString
Type
setAction
Type: SystemActionArchiveSettings
Acthive Settings action

Return Value

Type: 
void
See Also