Click or drag to resize
IssueInfoProviderGet Method (Guid, Int32)
Gets an instance of info object based on its GUID and site ID.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntax
C#
public override IssueInfo Get(
	Guid guid,
	int siteId
)

Parameters

guid
Type: SystemGuid
GUID of the info object to look for.
siteId
Type: SystemInt32
ID of the site to which to constrain the lookup.

Return Value

Type: IssueInfo
Returns an instance of IssueInfo corresponding to guid and siteId or null.

Implements

IInfoBySiteAndGuidProviderTInfoGet(Guid, Int32)
IInfoBySiteAndGuidProviderTInfoGet(Guid, Int32)
See Also