ILicenseManagerGetProductItems Method |
Gets all product items related to the provided product.
Namespace: RAYLASE.SharedAssembly: RAYLASE.Shared (in RAYLASE.Shared.dll) Version: 2.19.0
SyntaxIEnumerable<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