Description
Syntax
Visual Basic |
---|
Public Sub SetFromFile( _
ByVal As MFFileProperty, _
ByVal As Boolean, _
ByVal As Boolean _
)
|
Parameters
- FileProperty
Value | Description |
MFFilePropertyArchive | Archive attribute. |
MFFilePropertyCreatedAt | Created at time. |
MFFilePropertyDirectory | Parent directory. |
MFFilePropertyExtension | File extension. |
MFFilePropertyHidden | Hidden attribute. |
MFFilePropertyLastAccessed | Last accessed time. |
MFFilePropertyLastModified | Last modified time. |
MFFilePropertyName | File name. |
MFFilePropertyReadOnly | Read-only attribute. |
MFFilePropertySize | File size. |
The Windows file property to use.
- TreatLookupAsID
- True if lookup values should be treated as item IDs instead of display names.
- AddVLItemIfNotFound
- True if a value list item should be added in case it is not found.
See Also