ISfcRenamable Interface
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.
public interface ISfcRenamable
type ISfcRenamable = interface
Public Interface ISfcRenamable
- Derived
Methods
Rename(SfcKey) |
Rename this object to the given key and update storage to reflect it. This assumes the object can logically rename itself based on all or part of the key data, and Sfc internally will adjust the object's Key and collection membership. A rename event will fire after internal updates succeed to allow listeners to adjust similar external collections and such. For single string-oriented renaming see ISfcRenamable. For KeyChain-oriented moving see ISfcMovable. |
ScriptRename(SfcKey) |
Produce the script to rename this object to the given key. This assumes the object can logically rename itself based on all or part of the key data. For single string-oriented renaming see ISfcRenamable. For KeyChain-oriented moving see ISfcMovable. |