Class VideoMeetingPostLoginPlugin
Inheritance
VideoMeetingPostLoginPlugin
Assembly: SoDataBase.dll
Syntax
[PostLoginPlugin("VideoMeetings")]
public class VideoMeetingPostLoginPlugin : Object, IPostLoginPlugin, IPlugin
Constructors
VideoMeetingPostLoginPlugin()
Declaration
public VideoMeetingPostLoginPlugin()
Fields
Name
Declaration
public const string Name = "VideoMeetings"
Field Value
Methods
GetEndpointUri(String, String)
Declaration
public string GetEndpointUri(string callbackUri, string state)
Parameters
Returns
IsRequired()
If the user needs to reauthenticate/authenticate we return an Ok response.
Otherwise we return a NoContent to tell CRM it does not have to do anything
Declaration
Returns
ProcessCallback(String, Dictionary<String, String>)
Declaration
public string ProcessCallback(string payload, Dictionary<string, string> args)
Parameters
Returns
Explicit Interface Implementations
IPostLoginPlugin.IsRequired
Declaration
bool IPostLoginPlugin.IsRequired { get; }
Returns
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)