Blog on Microsoft Dynamics AX/ D365
public static str getResourceFilename(str _resourceName)
{
resourceNode resource = new resourceNode(_resourceName);
return _resourceName && resource ? resource.filename() : null;
}
No comments:
Post a Comment