Enum TFISStorageItemType
Storage item type: fsitNone - removed item, fsitBlock - block of data inside stream (can be chained using SiblingIndex), fsitFile - file (child's are fsitBlock), fsitFolder - folder (child's are fsitFile and fsitFolder).
Namespace: CAMAPI.FilesInStream
Assembly: CAMAPI.FilesInStream.dll
Syntax
public enum TFISStorageItemType
Fields
| Name | Description |
|---|---|
| fsitBlock | |
| fsitFile | |
| fsitFolder | |
| fsitNone |