VaultFolderCreate.DocumentSvc.DocumentService.GetLatestFileByMasterId C# (CSharp) Méthode

GetLatestFileByMasterId() private méthode

private GetLatestFileByMasterId ( long fileMasterId ) : File
fileMasterId long
Résultat File
        public File GetLatestFileByMasterId(long fileMasterId) {
            object[] results = this.Invoke("GetLatestFileByMasterId", new object[] {
                        fileMasterId});
            return ((File)(results[0]));
        }
        
DocumentService