コード例 #1
0
 public static PathInfo GetPathInfo(int folderId) => ContentFolder.GetPathInfo(folderId);
コード例 #2
0
ファイル: ContentFolderService.cs プロジェクト: QuantumArt/QP
 private static PathInfo _GetPathInfo(int id) => ContentFolder.GetPathInfo(id);