Click or drag to resize
XDL

XfnIsValidLicense Method

XDL 라이선스가 유효한지 체크한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public static bool IsValidLicense(
	string strSiteInfo
)

Parameters

strSiteInfo
Type: SystemString
라이선스 체크를 위한 사이트 정보

Return Value

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