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

GetFileByIdAsync() public method

public GetFileByIdAsync ( long fileId ) : void
fileId long
return void
        public void GetFileByIdAsync(long fileId) {
            this.GetFileByIdAsync(fileId, null);
        }
        

Same methods

DocumentService::GetFileByIdAsync ( long fileId, object userState ) : void
DocumentService