Click or drag to resize

StraalforsSenderCanDispatchToUser Method

[Missing <summary> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.CanDispatchToUser(System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.CustomParameter})"]


Namespace: WorkZone.Dispatcher.Straalfors
Assembly: WorkZone.Dispatcher.Straalfors_24.5.0.0 (in WorkZone.Dispatcher.Straalfors_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public ValidationResult CanDispatchToUser(
	List<string> recordIds,
	string addressKey,
	string accessCode = null,
	IEnumerable<CustomParameter> customParameters = null
)

Parameters

recordIds  ListString

[Missing <param name="recordIds"/> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.CanDispatchToUser(System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.CustomParameter})"]

addressKey  String

[Missing <param name="addressKey"/> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.CanDispatchToUser(System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.CustomParameter})"]

accessCode  String  (Optional)

[Missing <param name="accessCode"/> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.CanDispatchToUser(System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.CustomParameter})"]

customParameters  IEnumerableCustomParameter  (Optional)

[Missing <param name="customParameters"/> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.CanDispatchToUser(System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.CustomParameter})"]

Return Value

ValidationResult

[Missing <returns> documentation for "M:WorkZone.Dispatcher.Straalfors.StraalforsSender.CanDispatchToUser(System.Collections.Generic.List{System.String},System.String,System.String,System.Collections.Generic.IEnumerable{WorkZone.Dispatcher.Base.CustomParameter})"]

Implements

IDigitalPostSenderCanDispatchToUser(ListString, String, String, IEnumerableCustomParameter)
See Also