FeatureSet (XML)
A description of a FamilySearch feature.
Namespace: | http://familysearch.org/v1/ |
URI: | http://familysearch.org/v1/FeatureSet |
Properties
Name |
Type |
Description |
|
name |
string
|
The name of the feature. |
|
description |
string
|
A description of the feature. |
|
enabled |
boolean
|
Whether the feature is enabled for the current request. |
|
activationDate |
dateTime
|
The date that this feature is scheduled to activate permanently. |
|
Example
<f----- xmlns="http://familysearch.org/v1/">
<name>...</name>
<description>...</description>
<enabled>...</enabled>
<activationDate>...</activationDate>
</f----->