UtilitiesCreateArticleAsync(Guid, String, String, String, Object) Method

Definition

Namespace: Centralpoint.Web.Uber
Assembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void CreateArticleAsync(
	Guid channelId,
	string title,
	string description,
	string body,
	Object userState
)

Parameters

channelId  Guid
 
title  String
 
description  String
 
body  String
 
userState  Object
 

See Also