IService.FileSave(FileSaveRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a file from memory cache.
public:
Microsoft::MasterDataServices::Services::MessageContracts::FileSaveResponse ^ FileSave(Microsoft::MasterDataServices::Services::MessageContracts::FileSaveRequest ^ request);
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))]
[System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))]
[System.ServiceModel.OperationContract]
public Microsoft.MasterDataServices.Services.MessageContracts.FileSaveResponse FileSave (Microsoft.MasterDataServices.Services.MessageContracts.FileSaveRequest request);
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.EditionExpiredMessage))>]
[<System.ServiceModel.FaultContract(typeof(Microsoft.MasterDataServices.Services.DataContracts.SkuNotSupportedMessage))>]
[<System.ServiceModel.OperationContract>]
abstract member FileSave : Microsoft.MasterDataServices.Services.MessageContracts.FileSaveRequest -> Microsoft.MasterDataServices.Services.MessageContracts.FileSaveResponse
Public Function FileSave (request As FileSaveRequest) As FileSaveResponse
Parameters
- request
- FileSaveRequest
The request.
Returns
- Attributes
Remarks
The FileGet(FileGetRequest) operation retrieves a file into memory cache.