Click or drag to resize

ILicenseManagerGetProductItems 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#
IEnumerable<ProductItem> GetProductItems(
	LicenceProduct product = LicenceProduct.All
)

Parameters

product  LicenceProduct  (Optional)
Product to query.

Return Value

IEnumerableProductItem

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

See Also