IAgreementDocument Interface
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.
This interface represents operations on an agreement document.
public interface IAgreementDocument : Microsoft.Store.PartnerCenter.IPartnerComponent<Microsoft.Store.PartnerCenter.Agreements.AgreementDocumentContext>
type IAgreementDocument = interface
interface IPartnerComponent<AgreementDocumentContext>
Public Interface IAgreementDocument
Implements IPartnerComponent(Of AgreementDocumentContext)
- Implements
Properties
Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
Partner |
Gets a reference to the partner operations instance that generated this component. (Inherited from IPartnerComponent<TContext>) |
Methods
ByCountry(String) |
Customizes operations based on the given country. |
ByLanguage(String) |
Customizes operations based on the given language and locale. |
Get() |
Retrieves the agreement document. |
GetAsync() |
Asynchronously retrieves the agreement document. |