IApplicationEventsFilterRestrictions Method |
method FilterRestrictions
Namespace:
SuperOffice.COM.Events
Assembly:
SuperOfficeEvents.Interop (in SuperOfficeEvents.Interop.dll) Version: 8.0.0.0
Syntaxstring FilterRestrictions(
string providerName,
string guiName,
string fullSoProtocol,
string serializedRestrictions
)
Function FilterRestrictions (
providerName As String,
guiName As String,
fullSoProtocol As String,
serializedRestrictions As String
) As String
Dim instance As IApplicationEvents
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)
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:
String
See Also