IFsrmFileScreen Interface
Used to configure a file screen that blocks groups of files from being saved to the specified directory.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("5F6325D3-CE88-4733-84C1-2D6AEFC5EA07")]
public interface IFsrmFileScreen : IFsrmFileScreenBase
[GuidAttribute("5F6325D3-CE88-4733-84C1-2D6AEFC5EA07")]
public interface class IFsrmFileScreen : IFsrmFileScreenBase
[<GuidAttribute("5F6325D3-CE88-4733-84C1-2D6AEFC5EA07")>]
type IFsrmFileScreen =
interface
interface IFsrmFileScreenBase
end
<GuidAttribute("5F6325D3-CE88-4733-84C1-2D6AEFC5EA07")>
Public Interface IFsrmFileScreen
Inherits IFsrmFileScreenBase
Properties
Name | Description | |
---|---|---|
BlockedFileGroups | Gets and sets the BlockedFileGroups property. |
|
Description | Gets and sets the Description property. |
|
FileScreenFlags | Gets and sets the FileScreenFlags property. |
|
id | Gets the id property. |
|
MatchesSourceTemplate | Retrieves a value that determines whether the property values of this file screen object match those values of the template from which the object was derived. |
|
Path | Retrieves the directory path associated with the file screen object. |
|
SourceTemplateName | Retrieves the name of the template from which this file screen object was derived. |
|
UserAccount | Retrieves the account name of the user whose files will be screened. |
|
UserSid | Retrieves The SID of the user whose files will be screened. |
Methods
Name | Description | |
---|---|---|
ApplyTemplate(String) | Applies the property values of the specified file screen template to this file screen object. |
|
Commit() | Saves the file screen object in the server's list of objects. |
|
CreateAction(_FsrmActionType) | Creates an action for this file screen object. The action is triggered when a file violates the file screen. |
|
Delete() | Removes the file screen object from the server's list of objects. |
|
EnumActions() | Enumerates all the actions for the file screen object. |
Remarks
To create this interface, call the CreateFileScreen method.
The following methods return this interface:
See Also
IFsrmFileScreenException
Microsoft.Storage Namespace
Return to top