Click or drag to resize
IssueInfoProviderGetIssueInfo Method (Int32)

Note: This API is now obsolete.

Returns the issue with specified ID.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IIssueInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - IssueInfo.Provider.")]
public static IssueInfo GetIssueInfo(
	int issueId
)

Parameters

issueId
Type: SystemInt32
Issue ID

Return Value

Type: IssueInfo
See Also