Click or drag to resize

LicenseManagerGetProductItems Method

Gets all product items related to the provided product.

Namespace: RAYLASE.Shared
Assembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
Syntax
C#
public IEnumerable<ProductItem> GetProductItems(
	LicenceProduct product = LicenceProduct.All
)

Parameters

product  LicenceProduct  (Optional)
Product to query.

Return Value

IEnumerableProductItem

[Missing <returns> documentation for "M:RAYLASE.Shared.LicenseManager.GetProductItems(RAYLASE.Shared.LicenceProduct)"]

Implements

ILicenseManagerGetProductItems(LicenceProduct)
See Also