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 The GetFileSasUrl function returns the following value.

See also