Saves the UI settings of a specified folder.
Visual Basic |
---|
Public Sub SaveFolderUIStateForSpecialLocation( _ ByVal SaveAsCommonSettings As Boolean, _ ByVal ResetCommonSettingsToAllUsers As Boolean, _ ByVal LocationType As MFFolderUIStateLocationType, _ ByVal State As FolderUIState _ ) |
Value | Description |
---|---|
MFFolderUIStateLocationTypeClearLocalCacheUI | Special folder that displays the non-document files in the local client cache. |
MFFolderUIStateLocationTypeCollectionMembersUI | Special folder that displays document collection members. |
MFFolderUIStateLocationTypeHistoryUI | Special folder that displays the object history. |
MFFolderUIStateLocationTypeLocalTemporaryItemsContainer | Container of local temporary files/folders. |
MFFolderUIStateLocationTypeObjectFilesContainer | Object folder, contains object files. |
MFFolderUIStateLocationTypeObjectsContainer | View folder that contains objects only. |
MFFolderUIStateLocationTypePropertyFoldersContainer | View folder that contains property folders. |
MFFolderUIStateLocationTypeRelationshipsUIAllTab | Special folder that displays all relationships of an object. |
MFFolderUIStateLocationTypeRelationshipsUIFromTab | Special folder that displays relationships out from the object. |
MFFolderUIStateLocationTypeRelationshipsUIToTab | Special folder that displays relationships in to the object. |
MFFolderUIStateLocationTypeRootFolder | Folder location type that indicates the vault root folder. |
MFFolderUIStateLocationTypeSearchResultsContainer | Search folder. |
MFFolderUIStateLocationTypeSubobjectsUI | Special folder that displays subobjects of an object. |
MFFolderUIStateLocationTypeTraditionalFolder | Traditional folder. |
MFFolderUIStateLocationTypeUnknown | Unknown folder location type. |
MFFolderUIStateLocationTypeViewFoldersContainer | View folder that acts as a container for other views. |
The method can be targeted to a special view that is not addressable via normal view or folder location path.
The system may internally rearrange the FolderUIState Object structure, and especially the FolderListingColumns Collection collection inside it.