ApplicationEventsClassFilterRestrictions Method |
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual string FilterRestrictions(
string providerName,
string guiName,
string fullSoProtocol,
string serializedRestrictions
)
Public Overridable Function FilterRestrictions (
providerName As String,
guiName As String,
fullSoProtocol As String,
serializedRestrictions As String
) As String
Dim instance As ApplicationEventsClass
Dim providerName As String
Dim guiName As String
Dim fullSoProtocol As String
Dim serializedRestrictions As String
Dim returnValue As String
returnValue = instance.FilterRestrictions(providerName,
guiName, fullSoProtocol, serializedRestrictions)
public:
virtual String^ FilterRestrictions(
[InAttribute] String^ providerName,
[InAttribute] String^ guiName,
[InAttribute] String^ fullSoProtocol,
[InAttribute] String^ serializedRestrictions
)
Parameters
- providerName
- Type: SystemString
- guiName
- Type: SystemString
- fullSoProtocol
- Type: SystemString
- serializedRestrictions
- Type: SystemString
Return Value
Type:
StringImplements
IApplicationEventsFilterRestrictions(String, String, String, String)
See Also