Table of Contents

Class SplashImage

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Splash image

[DataContract]
public class SplashImage
Inheritance
SplashImage
Inherited Members

Properties

Extension

The extension of the image file.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "extension")]
public string? Extension { get; set; }

Property Value

string

Md5

The MD5 value of the image file. Setting this to null will remove the image from the splash page.

[ApiAccess(ApiAccess.ReadUpdate)]
[DataMember(Name = "md5")]
public string? Md5 { get; set; }

Property Value

string