Click or drag to resize

SystemDocument Class

The System.Document properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemDocument

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Document

The SystemDocument type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberByteCount
The System.Document.ByteCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_ByteCount. Display name Byte count.
Public propertyStatic memberCharacterCount
The System.Document.CharacterCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_CharacterCount. Display name Character count.
Public propertyStatic memberClientID
The System.Document.ClientID property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Document_ClientID. Display name Client ID.
Public propertyStatic memberContributor
The System.Document.Contributor property key. PropVariant type: VT_LPWSTR, VT_VECTOR. .NET type: System.String[]. Shell name PKEY_Document_Contributor. Display name Contributors.
Public propertyStatic memberDateCreated
The System.Document.DateCreated property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Document_DateCreated. Display name Content created.
Public propertyStatic memberDatePrinted
The System.Document.DatePrinted property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Document_DatePrinted. Display name Last printed.
Public propertyStatic memberDateSaved
The System.Document.DateSaved property key. PropVariant type: VT_FILETIME. .NET type: System.Runtime.InteropServices.ComTypes.FILETIME. Shell name PKEY_Document_DateSaved. Display name Date last saved.
Public propertyStatic memberDivision
The System.Document.Division property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Document_Division. Display name Division.
Public propertyStatic memberDocumentID
The System.Document.DocumentID property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Document_DocumentID. Display name Document ID.
Public propertyStatic memberHiddenSlideCount
The System.Document.HiddenSlideCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_HiddenSlideCount. Display name Hidden count.
Public propertyStatic memberLastAuthor
The System.Document.LastAuthor property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Document_LastAuthor. Display name Last saved by.
Public propertyStatic memberLineCount
The System.Document.LineCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_LineCount. Display name Line count.
Public propertyStatic memberLinksDirty
The System.Document.LinksDirty property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Document_LinksDirty. Display name Links dirty?.
Public propertyStatic memberManager
The System.Document.Manager property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Document_Manager. Display name Manager.
Public propertyStatic memberMultimediaClipCount
The System.Document.MultimediaClipCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_MultimediaClipCount. Display name Multimedia clips.
Public propertyStatic memberNoteCount
The System.Document.NoteCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_NoteCount. Display name Notes.
Public propertyStatic memberPageCount
The System.Document.PageCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_PageCount. Display name Pages.
Public propertyStatic memberParagraphCount
The System.Document.ParagraphCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_ParagraphCount. Display name Paragraph count.
Public propertyStatic memberPresentationFormat
The System.Document.PresentationFormat property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Document_PresentationFormat. Display name Presentation format.
Public propertyStatic memberRevisionNumber
The System.Document.RevisionNumber property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Document_RevisionNumber. Display name Revision number.
Public propertyStatic memberScale
The System.Document.Scale property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Document_Scale. Display name Scale.
Public propertyStatic memberSecurity
The System.Document.Security property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_Security.
Public propertyStatic memberSlideCount
The System.Document.SlideCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_SlideCount. Display name Slides.
Public propertyStatic memberTemplate
The System.Document.Template property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Document_Template. Display name Template.
Public propertyStatic memberTotalEditingTime
The System.Document.TotalEditingTime property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_Document_TotalEditingTime. Display name Total editing time.
Public propertyStatic memberVersion
The System.Document.Version property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Document_Version. Display name Version number.
Public propertyStatic memberWordCount
The System.Document.WordCount property key. PropVariant type: VT_I4. .NET type: System.Int32. Shell name PKEY_Document_WordCount. Display name Word count.
Top
See Also