GetFileSasUrl Function
Generates a shared access signature (SAS) URL for a file.
Parameters
Parameters allow for data to be passed to the function.
Name | Type | Nullable | Unicode | Description |
---|---|---|---|---|
Target
|
crmbaseentity | False | True | A reference to the record containing the file attribute. |
FileAttributeName
|
Edm.String | False | False | The logical name of the file attribute. This should be an empty string if the target is annotation or activitymimeattachment. |
DataSource
|
Edm.String | True | False | Set this to 'Retained' when the target record exists in the long term retention store. |
Return type
Type | Nullable | Description |
---|---|---|
GetFileSasUrlResponse | False | Contains the response of the GetFileSasUrl function. |