FileMetadata 1.0 control documentation

Gets maximum length for MetadataItem name

[Visual Basic]
Public ReadOnly Property MaxMetadataName As Integer
[C#]
public int MaxMetadataName {get;}

Property Value

An integer value representing maximum length of MetadataItem name.

Remarks

MetadataItem name depends of file path length. Length of concatenation of MetadataItem name, file path and 3 system symbols can't be greater than 255 symbols.

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace