Click or drag to resize
XDL

XfnIsValidLicense Method

XDL 라이선스가 유효한지 확인한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 3.0.0.0
Syntax
C#
public static bool IsValidLicense(
	ref eLicenseType type,
	ref string checkID,
	ref string dateExpire,
	ref string licensePath
)

Parameters

type  eLicenseType
라이선스 유형.
checkID  String
라이선스 인증을 위해 사용한 정보.
dateExpire  String
라이선스 만기 날짜
licensePath  String
라이선스 파일 위치

Return Value

Boolean
XDL 라이선스 파일이 있고, 또한 라이선스가 유효하면 true를, 아니면 false를 리턴한다.
See Also