WebexMessageRequest.ShouldSerializeFiles Method
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.
Checks if Files property should be serialized or not.
public bool ShouldSerializeFiles ();
member this.ShouldSerializeFiles : unit -> bool
Public Function ShouldSerializeFiles () As Boolean
Returns
True if there are files in the array to be serialized, false if there aren't.