Try your search with a different keyword or use * as a wildcard.
namespace Nop.Services.Common.Pdf;
///
/// Represents the data source for an catalog document
///
public partial class CatalogSource : DocumentSource
{
#region Properties
///
/// Gets or sets entries of the catalog
///
public List Products { get; set; }
#endregion
}