LOTUSSCRIPT/COM/OLE CLASSES
Represents a view or folder of a database and provides access to documents within it.
Containment
Contained by: NotesDatabase, NotesUIView
Contains: NotesDocument, NotesViewColumn, NotesViewEntry, NotesViewEntryCollection, and NotesViewNavigator
Properties
Aliases
AllEntries
AutoUpdate
BackgroundColor
ColumnCount
ColumnNames
Columns
Created
EntryCount
LockHolders
HttpURL
IsCalendar
IsCategorized
IsConflict
IsDefaultView
IsFolder
IsHierarchical
IsModified
IsPrivate
IsProhibitDesignRefresh
LastModified
Name
NotesURL
Parent
ProtectReaders
Readers
RowLines
SelectionFormula
Spacing
TopLevelEntryCount
UniversalID
ViewInheritedName
Methods
Clear
CopyColumn
CreateColumn
CreateViewNav
CreateViewNavFrom
CreateViewNavFromCategory
CreateViewNavFromChildren
CreateViewNavFromDescendants
CreateViewNavMaxLevel
FTSearch
GetAllDocumentsByKey
GetAllEntriesByKey
GetChild
GetColumn
GetDocumentByKey
GetEntryByKey
GetFirstDocument
GetLastDocument
GetNextDocument
GetNextSibling
GetNthDocument
GetParentDocument
GetPrevDocument
GetPrevSibling
Lock
LockProvisional
Refresh
Remove
RemoveColumn
SetAliases
UnLock
Access
You access a view or folder through the NotesDatabase object that contains it. There are two ways:
Usage
Both NotesDocumentCollection and NotesView objects provide access to both selected and all documents within a database. Use a NotesView object if:
If you create a NotesView object then change a document so that it affects the underlying view, navigation with the NotesView object may produce incorrect results.You must refresh the NotesView object or create a new one. Document changes that affect views include additions, deletions, and changes to fields used by selection formulas. See Refresh for further information.
Language cross-reference
FolderProperties @command in formula language
Ejemplo Véase también