< Back
New-ISHFieldMetadata
Post
NAME New-ISHFieldMetadata
SYNOPSIS
Creates a new ISH Metadata Field for TMS in Translation Organizer.
SYNTAX
New-ISHFieldMetadata -Name <string> -Level {logical | version | lng | none} -ValueType {element | id | value}
[<CommonParameters>]
DESCRIPTION
The New-ISHFieldMetadata cmdlet creates an object that represents structure of ISH metadata field for organizer
service.
PARAMETERS
-Name <string>
The name of ISHMetadata field.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Level <ISHFieldMetadataLevel>
The Level of ISHMetadata field.
Possible values: logical, version, lng, none
Required? true
Position? named
Default value logical
Accept pipeline input? false
Accept wildcard characters? false
-ValueType <ISHFieldMetadataValueType>
The Type of value of ISHMetadata field.
Possible values: element, id, value
Required? true
Position? named
Default value element
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
---------- EXAMPLE 1 ----------
PS C:\\>New-ISHFieldMetadata -Name "testName" -Level "logical" -ValueType "value"
This command creates new object with metadata with name testName, level "logical" and valuetype "value".
RELATED LINKS
Set-ISHServiceTranslationOrganizer
Set-ISHIntegrationTMS
SYNOPSIS
Creates a new ISH Metadata Field for TMS in Translation Organizer.
SYNTAX
New-ISHFieldMetadata -Name <string> -Level {logical | version | lng | none} -ValueType {element | id | value}
[<CommonParameters>]
DESCRIPTION
The New-ISHFieldMetadata cmdlet creates an object that represents structure of ISH metadata field for organizer
service.
PARAMETERS
-Name <string>
The name of ISHMetadata field.
Required? true
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Level <ISHFieldMetadataLevel>
The Level of ISHMetadata field.
Possible values: logical, version, lng, none
Required? true
Position? named
Default value logical
Accept pipeline input? false
Accept wildcard characters? false
-ValueType <ISHFieldMetadataValueType>
The Type of value of ISHMetadata field.
Possible values: element, id, value
Required? true
Position? named
Default value element
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
---------- EXAMPLE 1 ----------
PS C:\\>New-ISHFieldMetadata -Name "testName" -Level "logical" -ValueType "value"
This command creates new object with metadata with name testName, level "logical" and valuetype "value".
RELATED LINKS
Set-ISHServiceTranslationOrganizer
Set-ISHIntegrationTMS