DataViewDocumentProvider.GetSaveName(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name of the specified document for use when saving the document.
public:
virtual System::String ^ GetSaveName(int itemId);
public virtual string GetSaveName (int itemId);
abstract member GetSaveName : int -> string
override this.GetSaveName : int -> string
Public Overridable Function GetSaveName (itemId As Integer) As String
Parameters
- itemId
- Int32
A numerical identifier for the node in the data view.
Returns
A string representing the document name for use when saving the document, or null if there is no such name.