Click or drag to resize
ModelKinds Enumeration
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:ZU.Core.ModelKinds"]

Namespace: ZU.Core
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public enum ModelKinds
Members
  Member nameValueDescription
LegacyLocalFolder0 Local space folder residing in current user's local profile
LegacyDropbox1 Synced space folder residing in current user's Dropbox folder
LegacyLocalMetaspace2 Local Metaspace residing in current user's local profile
LegacyDropboxMetaspace3 Synced Metaspace residing in current user's Dropbox folder
RoamingMetaspace4 Local Metaspace folder residing in %AppData%
RoamingFolder5 Local space folder residing in %AppData%
RoamingTBDMetaspace6 Local non-file-based Metaspace residing in %AppData%. Exact data format details TBD.
RoamingTBDWorkspace7 Local non-file-based space residing in %AppData%. Exact data format details TBD.
See Also