Specifies the license

Namespace:  IpernityNET
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public enum License
Visual Basic (Declaration)
Public Enumeration License
Visual C++
public enum class License

Members

Member nameDescription
None
No license
Copyright
Copyright
Attribution
Attribution (CC by)
AttributionNonCommercial
Attribution non commercial (CC by-nc)
AttributionNonDeriv
Attribution non derivative (CC by-nd)
AttributionNonCommercialNonDeriv
Attribution non commercial no derivative (CC by-nc-nd)
AttributionShareAlike
Attribution share alike (CC by-sa)
AttributionNonCommercialShareAlike
Attribution non commercial share alike (CC by-nc-sa)
Copyleft
Copyleft

See Also