Page tree

Versions Compared

Key

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

Excerpt

Clears all the Document properties for this document.

{signature}
{example}{code:csharp|title=C#}

          docProps.Clear();
        
{code}
{code:vb.net
|title=vb.net
}

          docProps.Clear()
        {code}

{example}
Signature
C#C#
Wiki Markup
{description}
{excerpt}Clears all the Document properties for this document.{excerpt}
{signature:C#}
 public void Clear()
Signature
{signature}{signature:vb.net
vb.net
}
Public Sub Clear()
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle