Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the source file locations for your Office Add-in as a URL between 1 and 2018 characters long. The source ___location must be an HTTPS address, not a file path.
The source ___location can be any website, and you can organize the files at that ___domain in any directory structure you want. Typically, all the files in the add-in, except the manifest, are deployed to the source ___location. For a single-page application, there is usually one file. You can host image or other supplementary files on a CDN, or other ___domain, provided that you register the ___domain with an AppDomain element.
Add-in type: Content, Task pane, Mail
Syntax
<SourceLocation DefaultValue="string" />
Contained in
- DefaultSettings (Content and task pane add-ins)
- Form (Mail add-ins)
Can contain
Attributes
Attribute | Type | Required | Description |
---|---|---|---|
DefaultValue | URL | Yes | Specifies the default value for this setting for the locale specified in the DefaultLocale element. |
Office Add-ins