| CanArchive Property | |
| See Also |
Indicates that the UDO records can be archived.
The OnCanArchive virtual method in the implementation DLL for the UDO can specify conditions to limit which records are archived.
Read-write property
| Visual Basic |
|---|
Public Property CanArchive() As BoYesNoEnum |
Only relevant for document UDOs.
If this property is set to Yes, then you must supply a business logic implementation (DLL) with the UDO. Refer to the ExtensionName property.