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
)
Sub Archive(Of T) (
obj As T,
postArchiveCallback As Action
)
generic<typename T>
void Archive(
T obj,
Action^ postArchiveCallback
)
abstract Archive :
obj : 'T *
postArchiveCallback : Action -> unit
Parameters
- obj
- Type: T
Object - postArchiveCallback
- Type: SystemAction
Post archive callback
Type Parameters
- T
- Type
Return Value
Type:
void
See Also