[]
Gets a value indicating whether the document map has default settings.
public bool IsDefault()
Type | Description |
---|---|
bool | A bool value indicating whether the document map is using default settings. |
DocumentMap docMap = new DocumentMap();
bool isDefault = docMap.IsDefault();