xcdFileAttributes
{
xfaNone = 0,
xfaReadOnly = 1,
xfaHidden = 2,
xfaSystem = 4,
xfaVolume = 8,
xfaFolder = 16,
xfaArchive = 32,
xfaTemporary = 256,
xfaSparseFile = 512,
xfaReparsePoint = 1024,
xfaCompressed = 2048,
xfaOffline = 4096,
xfaNotContentIndexed = 8192,
xfaEncrypted = 16384,
xfaVirtual = 65536,
}
This enumeration is used by various Xceed Zip control events. It is the type for the xAttributes parameter. It is also used by the RequiredFileAttributes and ExcludedFileAttributes properties. Explanations for each of the values belonging to the xcdFileAttributes enumeration can be found in each property or event's topic description.