The media update info path.

MediaUpdateInfoPathDto

interface MediaUpdateInfoPathDto {
    Path?: null | string;
    UpdateType?: null | string;
}

Properties

Properties

Path?: null | string

Gets or sets media path.

MediaUpdateInfoPathDto

UpdateType?: null | string

Gets or sets media update type. Created, Modified, Deleted.

MediaUpdateInfoPathDto