Class ImageVaultLicenseInfo
Contains information for an ImageVault license
Inheritance
System.Object
ImageVaultLicenseInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Core.License
Assembly: ImageVault.Core.dll
Syntax
public class ImageVaultLicenseInfo
Constructors
ImageVaultLicenseInfo()
Declaration
public ImageVaultLicenseInfo()
Properties
Description
License description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsValid
Checks if the license is valid or not
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LicenseId
The id of the license
Declaration
public string LicenseId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LicenseSource
Where is the license bought?
Declaration
public LicenseSources LicenseSource { get; set; }
Property Value
Type | Description |
---|---|
LicenseSources |
LicenseType
The type of license
Declaration
public LicenseTypes LicenseType { get; set; }
Property Value
Type | Description |
---|---|
LicenseTypes |
NoOfPublishingSites
The maximum number of publishing sites that a license allows.
Declaration
public int NoOfPublishingSites { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ValidationErrorMessage
Contains any validation error message that explains why the license isn't valid
Declaration
public string ValidationErrorMessage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ValidTo
The licence end date.
Declaration
public DateTime? ValidTo { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |