Click or drag to resize

IArchiverArchiveT Method


Gets the type of the object that this archiver can archive

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
void Archive<T>(
	T obj,
	Action postArchiveCallback
)

Parameters

obj
Type: T
Object
postArchiveCallback
Type: SystemAction
Post archive callback

Type Parameters

T
Type

Return Value

Type: 
void
See Also