Data Port Sync 1.0.500

FileAttribute Enumeration

[This is preliminary documentation and subject to change.]

File attribute bit mask.

[Visual Basic]
Public Enum FileAttribute
    Inherits 
[C#]
public enum FileAttribute

Members

Member Name Description
ReadOnly Read-only flag.
Hidden Hidden file.
Directory Directory flag bit.
Archive Archive file.
Normal Normal file.

Requirements

Namespace: Primeworks.DesktopSqlCe

Assembly: Primeworks.DesktopSqlCe (in Primeworks.DesktopSqlCe.dll)

See Also

Primeworks.DesktopSqlCe Namespace