IFsrmPropertyBag2 Interface

 

Extends IFsrmPropertyBag to contain additional classification properties for a file.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<GuidAttribute("0E46BDBD-2402-4FED-9C30-9266E6EB2CC9")>
Public Interface IFsrmPropertyBag2
	Inherits IFsrmPropertyBag

NameDescription
System_CAPS_pubpropertyAttributes

Gets the Attributes property.

System_CAPS_pubpropertyCreationTime

Gets the CreationTime property.

System_CAPS_pubpropertyFileId

Gets the FileId property.

System_CAPS_pubpropertyFilePropertyNames

Gets the FilePropertyNames property.

System_CAPS_pubpropertyLastAccessTime

Gets the LastAccessTime property.

System_CAPS_pubpropertyLastModificationTime

Gets the LastModificationTime property.

System_CAPS_pubpropertyMessages

Gets the Messages property.

System_CAPS_pubpropertyName

Gets the Name property.

System_CAPS_pubpropertyOwnerSid

Gets the OwnerSid property.

System_CAPS_pubpropertyParentDirectoryId

Gets the ParentDirectoryId property.

System_CAPS_pubpropertyPropertyBagFlags

Gets the PropertyBagFlags property.

System_CAPS_pubpropertyRelativeNamespaceRoot

The relative path of the namespace root under which the file is being evaluated.

System_CAPS_pubpropertyRelativePath

Gets the RelativePath property.

System_CAPS_pubpropertySize

Gets the Size property.

System_CAPS_pubpropertySizeAllocated

Gets the SizeAllocated property.

System_CAPS_pubpropertyVolumeIndex

Gets the VolumeIndex property.

System_CAPS_pubpropertyVolumeName

Gets the VolumeName property.

NameDescription
System_CAPS_pubmethodAddMessage(String)

Adds an error message to the property bag.

System_CAPS_pubmethodGetFieldValue(_FsrmPropertyBagField)

Gets the value of the specified field from the property bag.

System_CAPS_pubmethodGetFileProperty(String)

Retrieves the specified property from the property bag.

System_CAPS_pubmethodGetFileStreamInterface(_FsrmFileStreamingMode, _FsrmFileStreamingInterfaceType)

Retrieves a file stream interface that you can use to access the contents of the file.

System_CAPS_pubmethodGetUntrustedInFileProperties()

Retrieves the untrusted properties of the file.

System_CAPS_pubmethodSetFileProperty(String, String)

Sets the specified property in the property bag.

Return to top

Community Additions

ADD
Show: