Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.48 KB

Get-KshViewColumn.md

File metadata and controls

76 lines (54 loc) · 1.48 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Get-KshViewColumn

SYNOPSIS

Retrieves view columns.

SYNTAX

Get-KshViewColumn [-View] <View> [-NoEnumerate] [<CommonParameters>]

DESCRIPTION

The Get-KshViewColumn cmdlet retrieves view columns of the specified view.

EXAMPLES

Example 1

PS C:\> Get-KshViewColumn -View (Get-KshView -List (Get-KshList -ListTitle 'Announcements') -ViewId 'bae9f925-48d3-47f5-bb07-92927a82df7d')

Retrieves all view columns.

PARAMETERS

-NoEnumerate

If specified, suppresses to enumerate objects.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-View

Specifies the view.

Type: View
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
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.String

NOTES

RELATED LINKS