FsrmSetting Interface

 

Used to configure FSRM. All methods and properties of the IFsrmSetting interface are available in this class. To create this object from a script, use the "Fsrm.FsrmSetting" program identifier.

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

<GuidAttribute("F411D4FD-14BE-4260-8C40-03B7C95E608A")>
Public Interface FsrmSetting
	Inherits IFsrmSetting

NameDescription
System_CAPS_pubpropertyAdminEmail

Retrieves or sets the email address for the administrator.(Inherited from IFsrmSetting.)

System_CAPS_pubpropertyDisableCommandLine

Retrieves or sets a value that determines whether FSRM prevents command line actions from running.(Inherited from IFsrmSetting.)

System_CAPS_pubpropertyEnableScreeningAudit

Retrieves or sets a value that determines whether FSRM keeps audit records of the file screen violations.(Inherited from IFsrmSetting.)

System_CAPS_pubpropertyMailFrom

Retrieves or sets the default email address from which email messages are sent.(Inherited from IFsrmSetting.)

System_CAPS_pubpropertySmtpServer

Retrieves or sets the SMTP server that FSRM uses to send email.(Inherited from IFsrmSetting.)

NameDescription
System_CAPS_pubmethodEmailTest(String)

Send an email message to the specified email address.(Inherited from IFsrmSetting.)

System_CAPS_pubmethodGetActionRunLimitInterval(_FsrmActionType)

Gets the time that an action that uses the global run limit interval must wait before the action is run again.(Inherited from IFsrmSetting.)

System_CAPS_pubmethodSetActionRunLimitInterval(_FsrmActionType, Int32)

Sets the time that an action that uses the global run limit interval must wait before the action is run again.(Inherited from IFsrmSetting.)

FSRM implements this class.

Return to top

Community Additions

ADD
Show: