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.492
Syntax
void Archive<T>(
	T obj,
	Action postArchiveCallback
)

Parameters

obj  T
Object
postArchiveCallback  Action
Post archive callback

Type Parameters

T
Type

Return Value

void
See Also