Brecham.Obex — An OBEX library for the .NET Framework

ObexFileOrFolderItem.DisplayName Property

“An optional display name of the file or folder.”

[Visual Basic]
Public Property DisplayName As String
[C#]
public string DisplayName {get; set;}

Remarks

“Both file and folder elements may contain element content. When present, the content expresses the recommended display name of the file or folder. This differs from the name attribute in that it does not need to be unique or be a valid file/folder name. In the absence of this content, the name attribute should be used when displaying the element.”

See Also

ObexFileOrFolderItem Class | Brecham.Obex.Objects Namespace