Skip to content

New-UDMuCardMedia

SYNOPSIS

SYNTAX

image

New-UDMuCardMedia [-Id <String>] [-Component <String>] [-Alt <String>] [-Height <String>] [-Image <String>]
 [-Title <String>] [<CommonParameters>]

media

New-UDMuCardMedia [-Id <String>] [-Component <String>] [-Alt <String>] [-Height <String>] [-Title <String>]
 [-Source <String>] [<CommonParameters>]

DESCRIPTION

EXAMPLES

Example 1

PS C:\>

PARAMETERS

-Alt

@{Text=}

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Component

@{Text=}

Type: System.String
Parameter Sets: (All)
Aliases:
Accepted values: img, video, audio

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Height

@{Text=}

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Id

@{Text=}

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Image

@{Text=}

Type: System.String
Parameter Sets: image
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Source

@{Text=}

Type: System.String
Parameter Sets: media
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Title

@{Text=}

Type: System.String
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Collections.Hashtable

NOTES

Back to top