VaultFolderCreate.DocumentSvc.DocumentService.GetLatestFileByMasterIdAsync C# (CSharp) Method

GetLatestFileByMasterIdAsync() public method

public GetLatestFileByMasterIdAsync ( long fileMasterId ) : void
fileMasterId long
return void
        public void GetLatestFileByMasterIdAsync(long fileMasterId) {
            this.GetLatestFileByMasterIdAsync(fileMasterId, null);
        }
        

Same methods

DocumentService::GetLatestFileByMasterIdAsync ( long fileMasterId, object userState ) : void
DocumentService