Method | Description | |
---|---|---|
ApplyFieldOnMetadata ( MetadataDefaults metadata, SPFolder folder, SPList list ) : void |
Sets a default for a field at a location.
|
|
ApplyOnItem ( SPListItem item ) : void |
Applies the on item.
|
|
ApplyOnItem ( SPListItem item, SPList list ) : void |
Sets the value of the taxonomy field in the given list item to the properties of the Term object in the default language of the TermStore object.
|
public ApplyFieldOnMetadata ( MetadataDefaults metadata, SPFolder folder, SPList list ) : void | ||
metadata | MetadataDefaults | Provides the method to set the default value for the field |
folder | SPFolder | |
list | SPList | List of the TaxonomyField containing the validatedString corresponding to the default value. |
return | void |
public ApplyOnItem ( SPListItem item ) : void | ||
item | SPListItem | The item. |
return | void |
public ApplyOnItem ( SPListItem item, SPList list ) : void | ||
item | SPListItem | The |
list | SPList | List containing the TaxonomyField to set |
return | void |