FormTemplateCollection.IBackupRestore.CanRenameOnRestore Property
Gets a value that indicates whether the IBackupRestore object can be renamed when it is restored.
Namespace: Microsoft.Office.InfoPath.Server.Administration
Assembly: Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)
Syntax
'Declaration
Private ReadOnly Property CanRenameOnRestore As Boolean
Implements IBackupRestore.CanRenameOnRestore
Get
'Usage
Dim instance As FormTemplateCollection
Dim value As Boolean
value = CType(instance, IBackupRestore).CanRenameOnRestore
boolIBackupRestore.CanRenameOnRestore { get; }
Property Value
Type: System.Boolean
true if renaming is allowed; otherwise, false.
Implements
IBackupRestore.CanRenameOnRestore