[This is preliminary documentation and is subject to change.]
The Document tree type can be private or public
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public enum DocTreeType |
| Visual Basic (Declaration) |
|---|
Public Enumeration DocTreeType |
| Visual C++ |
|---|
public enum class DocTreeType |
Members
| Member name | Description | |
|---|---|---|
| Private |
The document tree is private (mainly for the user).
| |
| Public |
The document tree is public (mainly for the group).
| |
| Both |
The document tree can be either private or public.
|
