CloudinaryDotNet.Actions.ArchiveParams.NotificationUrl C# (CSharp) Метод

NotificationUrl() публичный Метод

Set an HTTP or HTTPS URL to notify your application (a webhook) when the process has completed.
public NotificationUrl ( string notificationUrl ) : ArchiveParams
notificationUrl string
Результат ArchiveParams
        public ArchiveParams NotificationUrl(string notificationUrl)
        {
            this.m_notificationUrl = notificationUrl;
            return this;
        }

Same methods

ArchiveParams::NotificationUrl ( ) : string