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.

Return Type

Type Nullable Description
GetFileSasUrlResponse False The GetFileSasUrl function returns the following value.

See also