Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Restores document properties values to the default set of properties and clears all others. The default set of properties are Application, CreationDate, and LastSavedDate.

{signature}
{example}{code:csharp|title=C#}
docProps.RestoreDefaults();
{code}
{code:vb.net
|title=vb.net
}
docProps.RestoreDefaults(){code}

{example}
Signature
C#C#
Wiki Markup
{description}
{excerpt}Restores document properties values to the default set of properties and clears all others. The default set of properties are Application, CreationDate, and LastSavedDate.{excerpt}
{signature:C#}
 public void RestoreDefaults()
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub RestoreDefaults()
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle