Public Properties

  Name Description
Public property DeleteMethod The setting that specifies the deletion method for content in this storage area. The AreaDeleteMethod class has constants defined for the deletion method settings.

Valid settings are:

  • DESTRUCTIVE: Specifies that content be overwritten once with zeros before it is deleted.
  • PURGE: Specifies that content be overwritten three times before it is deleted. This is the most secure form of delete.
  • STANDARD (default setting): Specifies that content be deleted using the normal delete operation for the given device or file system.
Public property FixedContentDevice Specifies a fixed content device associated with this FixedStorageArea object.
Public property ResourceString Specifies a string that contains provider-specific information about a fixed content device.

For Image Services, this property allows you to specify the Image Services document class name for content that is stored on an Image Services fixed content device. This value will override the DefaultISDocumentClass property on the associated IMFixedContentDevice object. For example:

x-filenetfsrs:?ISDocClassName=SomeDocClassName

Public property StagingAreaPath Specifies a file system directory path that will be used to store content elements prior to uploading them to a fixed content device.
Top

See Also