MFPropertyValuesBuilderSetTitle(String, MFIdentifier) Method
Sets the default title property, and also optionally the custom one defined in a class.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public MFPropertyValuesBuilder SetTitle(
string title,
MFIdentifier forClass = null
)
- title String
- The title to be set.
- forClass MFIdentifier (Optional)
- Optional class reference, so that the class specific title property can also be set.
MFPropertyValuesBuilderThe MFPropertyValuesBuilder object - for chaining.