IFsrmPropertyBag2 Interface
Extends IFsrmPropertyBag to contain additional classification properties for a file.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the Attributes property. |
![]() | CreationTime | Gets the CreationTime property. |
![]() | FileId | Gets the FileId property. |
![]() | FilePropertyNames | Gets the FilePropertyNames property. |
![]() | LastAccessTime | Gets the LastAccessTime property. |
![]() | LastModificationTime | Gets the LastModificationTime property. |
![]() | Messages | Gets the Messages property. |
![]() | Name | Gets the Name property. |
![]() | OwnerSid | Gets the OwnerSid property. |
![]() | ParentDirectoryId | Gets the ParentDirectoryId property. |
![]() | PropertyBagFlags | Gets the PropertyBagFlags property. |
![]() | RelativeNamespaceRoot | The relative path of the namespace root under which the file is being evaluated. |
![]() | RelativePath | Gets the RelativePath property. |
![]() | Size | Gets the Size property. |
![]() | SizeAllocated | Gets the SizeAllocated property. |
![]() | VolumeIndex | Gets the VolumeIndex property. |
![]() | VolumeName | Gets the VolumeName property. |
| Name | Description | |
|---|---|---|
![]() | AddMessage(String) | Adds an error message to the property bag. |
![]() | GetFieldValue(_FsrmPropertyBagField) | Gets the value of the specified field from the property bag. |
![]() | GetFileProperty(String) | Retrieves the specified property from the property bag. |
![]() | GetFileStreamInterface(_FsrmFileStreamingMode, _FsrmFileStreamingInterfaceType) | Retrieves a file stream interface that you can use to access the contents of the file. |
![]() | GetUntrustedInFileProperties() | Retrieves the untrusted properties of the file. |
![]() | SetFileProperty(String, String) | Sets the specified property in the property bag. |

