Click or drag to resize
ChatInitiatedChatRequestInfoProviderGetInitiateRequest Method (NullableInt32, NullableInt32)
Finds initiated chat request by user id or contact id. One of these has to be not null.

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
Syntax
C#
public static ChatInitiatedChatRequestInfo GetInitiateRequest(
	Nullable<int> userID,
	Nullable<int> contactID
)

Parameters

userID
Type: SystemNullableInt32
If not null, finds initiate request by user id
contactID
Type: SystemNullableInt32
If not null, finds initiate request by contact id

Return Value

Type: ChatInitiatedChatRequestInfo
ChatInitiatedChatRequestInfo or null if the request was not found
See Also